wazero icon indicating copy to clipboard operation
wazero copied to clipboard

wazero: the zero dependency WebAssembly runtime for Go developers

Results 82 wazero issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Closing a `CompiledModule` will affect another `CompiledModule` if they are compiled to the same runtime using the same wasm bytes. **To Reproduce** ```go package main import (...

bug

Good day I have wasm file (compiled with emscripten) that instantiated with js code and I'm trying to do same thing with wazero and I'm stuck on part with `new...