WASM can already be debugged with the browser-integrated debuggers, source maps can map back to the original files.
The DOM is accessible from WASM, Javascript functions can be imported and called just like regular functions. In fact, that's also currently the only way to access other APIs like WebGL from WASM.
WASM can already be debugged with the browser-integrated debuggers, source maps can map back to the original files.
The DOM is accessible from WASM, Javascript functions can be imported and called just like regular functions. In fact, that's also currently the only way to access other APIs like WebGL from WASM.