docs(guide): The target `wasm32-unknown-emscripten` is now supported

Author: polaratheneCreated Jul 23, 2026Updated Aug 5, 2026

The guide documents a reference on rust targets that's not been modified for approx 8 years. Perhaps this section at the end should be updated, I'm not familiar enough with the project to know if the 2nd half of the referenced paragraph remains relevant/useful, this is just an issue to raise awareness of the two outdated rust targets cited.

Contributed Sep 2018:

https://github.com/wasm-bindgen/wasm-bindgen/blob/1a2860ea1c2d730150bb71b37969165f8c68ed2f/guide/src/reference/rust-targets.md?plain=1#L67-L72

At a glance there is also this .cargo/config.toml addition from the emscripten feature PR, which may have relevant context for users to adopt when building for the target? (I think the static relocation is to disable PIC?)


While on the topic of documentation, separately there appears to be a typo (elimainte => eliminate):

https://github.com/wasm-bindgen/wasm-bindgen/blob/1a2860ea1c2d730150bb71b37969165f8c68ed2f/build.rs#L44-L48

Source: wasm-bindgen/wasm-bindgen