-
Notifications
You must be signed in to change notification settings - Fork 811
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
wasmer create-exe
failed becauase "wasmer.h" not found
#3053
Comments
Can we have that documented in Also, does that mean we need to have a c compiler, linker and |
Thanks! I'm looking forward to the 3.0.0 release! |
I just saw the new blog post and it's good to see wasmer moving forward. Though after checking the doc again, I still was not able to find the documentation for exactly what is needed for @epilys Is it feasible to improve a new API like I was thinking about fetching wasi and compile it to native executable in Using If |
Describe the bug
I installed
wasmer
using:And then
wasmer create-exe
failed.Steps to reproduce
For example,
cargo install wasmer-cli --features singlepass,cranelift,llvm
cargo new hello-world
rustup target install wasm32-wasi
cd hello-world && cargo build --release --target wasm32-wasi
wasmer create-exe hello-world/target/wasm32-wasi/release/hello-world.wasm -o hello-world
Actual behavior
System information
The text was updated successfully, but these errors were encountered: