- I want to write an ESM package that `import`s WASM. - My package can be imported into Node or in the browser. - I want to be able to gradually convert my package from CommonJS to ESM. Use cases 19, 39.
imports WASM.Use cases 19, 39.