You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I met a problem:
I want to build a file to wasm file with golang, so how i cant communication with wasmer-go? I saw some example in wasmer-go, all example given like by follows:
I met a problem:
I want to build a file to wasm file with golang, so how i cant communication with wasmer-go? I saw some example in wasmer-go, all example given like by follows:
wasmBytes := []byte(`
(module
(global $one (export "one") f32 (f32.const 1))
(global $some (export "some") (mut f32) (f32.const 0))
so, how i write a golang file and build it ,then i get wasmBytes? Others, how i transfer string and struct parameter to this file?
The text was updated successfully, but these errors were encountered: