### Motivation It would be nice if the loaded WebAssembly module was accessible to other JS code when building with the `no-bundler` or `web` targets. Right now only the WebAssembly memory object is accessible. ### Proposed Solution Add the WebAssembly module to the InitOutput object.