Skip to main content

Questions tagged [native-messaging-host]

0 votes
0 answers
25 views

SpiderMonkey JavaScript engine Native Messaging host

Native Messaging host using Mozilla SpiderMonkey JavaScript/WebAssembly engine. Documentations Chrome Developers MDN Web Docs Microsoft Edge Developer documentation Messaging between the app and ...
guest271314's user avatar
2 votes
1 answer
115 views

AssemblyScript Native Messaging host

Native Messaging host in AssemblyScript. I decided to write a Native Messaging host in AssemblyScript. Here's what I came up with that works right now. Compiled with ...
guest271314's user avatar
2 votes
2 answers
114 views

C Native Messaging host

Native Messaging host in C. Documentations Chrome Developers MDN Web Docs Microsoft Edge Developer documentation Messaging between the app and JavaScript in a Safari web extension Native messaging ...
guest271314's user avatar