-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update minimal build documentation #9802
Update minimal build documentation #9802
Conversation
* Use the C API as the example instead of the `wasmtime` CLI now that Cranelift can be disabled. * Update custom platform docs to talk about `signals-based-traps`.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
@@ -211,51 +209,52 @@ $ export CARGO_PROFILE_RELEASE_LTO=true | |||
$ export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1 | |||
$ export CARGO_PROFILE_RELEASE_STRIP=debuginfo | |||
$ export RUSTFLAGS="-Zlocation-detail=none" | |||
$ cargo +nightly build --release --no-default-features --features run,disable-logging \ | |||
$ cargo +nightly build -p wasmtime-c-api --release --no-default-features --features disable-logging \ | |||
-Z build-std=std,panic_abort --target aarch64-apple-darwin \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alexcrichton, missed a target update here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, yes
wasmtime
CLI now that Cranelift can be disabled.signals-based-traps
.