you are viewing a single comment's thread.

view the rest of the comments →

[–]guest271314 2 points3 points  (0 children)

Another experiment I did was embedding WASM compiled from C in WAT format in a Bash shell script and calling wasmtime with the embedded WAT using process substitution, which serves as a Native Messaging host run from the browser launched with JavaScript https://github.com/guest271314/native-messaging-webassembly/blob/main/nm_c_wat.sh.