Open
Description
I am compiling using the following command:
$ cargo component build --target wasm32-wasip2
Generating bindings for compress (src/bindings.rs)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
But when I use wasmtime I get an error:
$ wasmtime component run --env PATH=$PATH --dir . --invoke compress target/wasm32-wasip2/debug/compress.wasm
Error: No such file or directory (os error 2)
I put the source code and config in a repo so you can see everything. Super stumped on this one, would appreciate some assistance.
https://github.com/tpmccallum/testing_components/blob/main/README.md
Metadata
Metadata
Assignees
Labels
No labels