Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ index.js
File
index.js
test/configCases/module-classes/wasm/index.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
it(
"should create dedicated wasm module classes"
, () =>
2
import
(
"./async.wat"
).then((asyncWasm) => {
3
expect(asyncWasm.add(1, 2)).toBe(3);
4
return
import
(
"./sync.wat"
).then((syncWasm) => {
Callers
nothing calls this directly
Calls
2
it
Function · 0.50
add
Method · 0.45
Tested by
no test coverage detected