go_js_wasm_exec icon indicating copy to clipboard operation
go_js_wasm_exec copied to clipboard

POC on how to use WebAssembly binaries generated by the Go compiler in a non-web environment

Results 2 go_js_wasm_exec issues
Sort by recently updated
recently updated
newest added

Hello, I know this is just a POC and I'm new to wasm but I'm desperately trying to run a wasm-module compiled in Go to run outside the browser. There...

The example currently allows writing to a file (stdout). I wanted to explore how this could support additional types of IO. _Networking_ For use cases like services it would make...