wasmexec
wasmexec copied to clipboard
Implementation of wasm_exec.js for Go Wasm runtimes
Results
2
wasmexec issues
Sort by
recently updated
recently updated
newest added
I'm interested in implementing an external FS: All the lines which are defined with `errorCallback(ENOSYS)` would instead call into a FS interface (or if the interface is nil, return ENosys)
Users can define their own "go" module function imports by defining a func without a body in their source and a`%_wasm.s` or `%_js.s` file that uses the `CallImport` instruction. The...