Description
WebAssembly targets can be used by Rust projects through development-version target libraries. This is useful for developers compiling Rust code for browsers, WASI runtimes, plugins, or embedded web modules.
It is target support data for the Rust toolchain. Generated WebAssembly can run inside host applications or browsers, so developers should review permissions, imports, and runtime boundaries.