5 ms·
You can also use node to execute webassembly programs. You do have to create a js host file, load in your webassembly and then run it with node.
by gmatejka 4y ago
You can also use node to execute webassembly programs.
You do have to create a js host file, load in your webassembly and then run it with node.
- adamredwoods 4y agoThe WASI interface even has system file access: https://nodejs.org/docs/latest-v17.x/api/wasi.html https://nodejs.org/docs/latest-v17.x/api/wasi.html