Rust team warns of WebAssembly change
WebAssembly targets for Rust will soon face a change that could risk breaking existing projects, according to an April 4 bulletin in the official Rust blog. The bulletin notes that all WebAssembly targets in Rust have been linked using the –allow-undefined flag to wasm-ld, but this flag is being removed. Removing –allow-undefined on wasm targets…