logoalt Hacker News

Georgelementaltoday at 2:07 AM0 repliesview on HN

You can use Rust's `wasm32v1-none` target to get baseline WASM with no extra target features. (This restricts you to `#[no_std]`, however.) https://doc.rust-lang.org/rustc/platform-support/wasm32v1-no...