Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support WASI (wasmtime wasmer wasmedge) #77

Open
Avey777 opened this issue Sep 20, 2024 · 0 comments
Open

Support WASI (wasmtime wasmer wasmedge) #77

Avey777 opened this issue Sep 20, 2024 · 0 comments

Comments

@Avey777
Copy link

Avey777 commented Sep 20, 2024

rustup target add wasm32-wasi

cargo build --target wasm32-wasip1 --release

avey@avey river % cargo build --target wasm32-wasip1 --release
   Compiling proc-macro2 v1.0.86
   Compiling unicode-ident v1.0.12
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.153
   Compiling version_check v0.9.4
   Compiling autocfg v1.2.0
   Compiling wasi v0.11.0+wasi-snapshot-preview1
error[E0463]: can't find crate for `core`
  |
  = note: the `wasm32-wasip1` target may not be installed
  = help: consider downloading the target with `rustup target add wasm32-wasip1`

For more information about this error, try `rustc --explain E0463`.
error: could not compile `wasi` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: could not compile `cfg-if` (lib) due to 1 previous error
avey@avey river %
@Avey777 Avey777 changed the title Support WASI Support WASI (wasmtime wasmer wasmedge) Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant