WebAssembly Limitations
WebAssembly currently lacks direct access to the DOM and relies on the fetch API for network calls. Multithreading presents challenges due to security concerns surrounding shared array buffers, which have been disabled across all browsers. While function imports allow interaction with JavaScript, developers must explicitly define what is passed into the WebAssembly module, hinting at a more functional programming approach.In this clip
From this podcast

Software Engineering Radio - the podcast for professional software developers
SE-Radio Episode 323: Lin Clark on WebAssembly
Related Questions