Instantiating & executing bare wasm modules works, but we only get wasm value types across the js-wasm boundary.
We need to test dynamically loading wasm with JS bindings. Currently, wasm-pack produces packages with circular dependencies between wasm and js, which makes instantiation harder - we need a working example.