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
I got an error when I tried to execute wasi-virt build/pong_s.wasm --allow-random -e PONG=demo -o virt.wasm the virtualization components with reference to the documentation.
(base) root@PF2S3J70:~/wasmCloud/examples/rust/composition/pong# wasi-virt build/pong_s.wasm --allow-random -e PONG=demo -o virt.wasm
Error: Unable to compose virtualized adapter into component.
Make sure virtualizations are enabled and being used.
Caused by:
no dependencies of component `build/pong_s.wasm` were found
The text was updated successfully, but these errors were encountered:
If you're able to use an older toolchain to generate WASI@0.2.1 components, then you could try it, otherwise I think you are blocked on the upgrade tracked in #110.
I got an error when I tried to execute
wasi-virt build/pong_s.wasm --allow-random -e PONG=demo -o virt.wasm
the virtualization components with reference to the documentation.The text was updated successfully, but these errors were encountered: