Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ index.js
File
index.js
test/cases/wasm/imports-many-direct/index.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
it(
"should allow to run a WebAssembly module with many direct wasm dependencies"
,
function
() {
2
return
import
(
"./wasm.wat"
).then(
function
(wasm) {
3
const
result = wasm.testI64();
4
expect(result).toEqual(42);
Callers
nothing calls this directly
Calls
1
it
Function · 0.50
Tested by
no test coverage detected