嗨,我是编程新手,一般我只知道网络开发。所以我有兴趣使用 webassembly wasm、wasmp-pack、webpack、wasi 开发 rust,在这种情况下是 wasmtime 的运行时演示,但我卡在这里,严重的是我什至不知道从哪里开始,所以这是错误...
Error: failed to run main module `demo.wasm`
Caused by:
0: failed to read `demo.wasm` to a string
1: The system cannot find the file specified. (os error 2)
wasmtime 0.20.0
Wasmtime WebAssembly Runtime```
Im running
windows 10
using cmd
rustup
Thanks