go-wasm icon indicating copy to clipboard operation
go-wasm copied to clipboard

Run WASM built from Go in Go

Results 3 go-wasm issues
Sort by recently updated
recently updated
newest added

Hi, Is there any plan to migrate to wasmer-go 1.0? I can help on this if it's required.

Jsyk, this repo will need some changes to support Go 1.14. Among other things: - nanotime has been renamed to nanotime1 - same for walltime - new resetMemoryDataView function -...

Both of the examples seem broken. I'm on go1.13.5. The caller example uses a non-existent FromBytes function. The http example errors with: ``` panic: Failed to instantiate the module: 2...