Skip to content

esm: use synthetic modules for wasm

We can clean things up a little by using synthetic modules, CJS already does this and WASM is the only thing keeping create_dynamic_module.js in use 🧹 . This technically has some implications for TLA and errors but the behavior of those in WASM isn't fully specified yet. If we need to make them serial again instead of parallel we can in the future.

Merge request reports

Loading