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
{{ message }}
This repository was archived by the owner on Oct 13, 2023. It is now read-only.
I am using the 'release-6.0.0' branch of wasmtime and the latest commits of this repo and wit-bindgen, wasm-tools for creating a component out of my Rust application.
My host is building a Wasi Context using wasi_cap_std_sync crate from this repo as well.
Getting Around
I was able to get around this error by compiling the application to wasm32-unknown-unknown target and remove --adapt flag from wasm-tools component command. This indicates that there might be something going on in wasi and thus I want to raise this issue here.
Hey, not sure if this is the right place to ask but the issue was caused when
wasm32-wasitarget is used in my case.I tried to execute a wasi component using the host crate from this repo and I got a message showed below
The setup
I am using the 'release-6.0.0' branch of wasmtime and the latest commits of this repo and wit-bindgen, wasm-tools for creating a component out of my Rust application.
This is the output of
wasm-tools component witMy host is building a Wasi Context using
wasi_cap_std_synccrate from this repo as well.Getting Around
I was able to get around this error by compiling the application to
wasm32-unknown-unknowntarget and remove--adaptflag fromwasm-tools componentcommand. This indicates that there might be something going on in wasi and thus I want to raise this issue here.