mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-31 17:31:06 +00:00
This fixes a mistake in allowing a `WebAssembly.Module` to be passed to the initialization function in `--no-modules` mode by ensuring that it resolves to a map of an instance/module instead of just resolving to an instance.