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
Hello, I‘d like to ask if I can use the official c-api to run the wasm module compiled in this project(e.g. k-means), or maybe I need some other things?
The text was updated successfully, but these errors were encountered:
The WasmEdge C API can load a WasmEdge VM and run standard WASM files. However, some examples in this repo are compiled with wasm-bindgen, and they require special handling in the host. We do not currently support 'wasm-bindgen` in the C API.
Going forward, we plan to migrate all wasm-bindgen examples to wasmedge-bindgen. Currently wasmedge-bindgen is supported in our GO SDK, but we plan to support it in our NODE addon and C API as well.
Hello, I‘d like to ask if I can use the official c-api to run the wasm module compiled in this project(e.g. k-means), or maybe I need some other things?
The text was updated successfully, but these errors were encountered: