The fastest, smallest, fully compatible, full-featured asynchronous module!
when require() without extension, try .cjs first, and then .js. see @build-script/typescript-transformer-dual-package.
```ts const js = import("./node_modules/@yournpmusername/hello-wasm/hello_wasm.js"); js.then(js => { js.greet("WebAssembly"); }); ```