second-state / WasmEdge-go

The GO language SDK and API for WasmEdge
https://www.secondstate.io/articles/extend-golang-app-with-webassembly-rust/
Apache License 2.0
107 stars 16 forks source link

Load compiled WASM for the AOT mode from buffer failed #25

Closed q82419 closed 2 years ago

q82419 commented 2 years ago

For the current state, the loading compiled AOT WASM file will always failed because of the bug in WasmEdge core. This should be fixed after the WasmEdge 0.9.0-rc.3 in these days.

q82419 commented 2 years ago

Closed by WasmEdge/WasmEdge#648 .