nodejs/modules

Feature: WASM modules

GeoffreyBooth opened this issue · 1 comments

An ES module that uses import to load a compiled WASM module works both in browsers and in Node. The module doesn’t need any changes to work in both environments.

Use case 19.