Michael Yuan
Michael Yuan
Would love to see this feature! We can really use it at WasmEdge. 😂 Please let us know how we can be of assistance.
This indicates a runtime error in your Rust code. Can you post a gist of your lib.rs file?
The deps directory is one level above Kmeans, and hence not accessible to Docker in your setup. Try to mount /nodejs as Docker /app. Thanks.
What is the "official c-api" you refer to? Thanks.
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...
In Linux, $(pwd) refers to the current working directory. You will need to use the equivalent windows command.
It requires Ubuntu Server 20.04 at this time. We are on the bleeding edge of libc and llvm library dependency — must all be the latest version. -- Michael Yuan,...
You are using the SSVM-nodejs-starter project but changed src/lib.rs to use serde. You need to change Cargo.toml to declare serde as a dependency as well.
This creates a temp file that starts with /tmp/ The /tmp/ directory is configured in the WASI options to be accessible from the wasm VM. On Mon, Feb 1, 2021...
Thanks for the explanation. I think that perhaps supporting WasmEdge from wasmex would indeed be the right path. How can we help here? :)