Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ index.js
File
index.js
test/configCases/wasm/source-phase-basic/index.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
it(
"should import source and return WebAssembly.Module"
,
function
() {
2
import
(
"./module.js"
).then(
function
({ wasmModule }) {
3
expect(wasmModule instanceof WebAssembly.Module).toBe(true);
4
Callers
nothing calls this directly
Calls
3
it
Function · 0.50
source
Function · 0.50
add
Method · 0.45
Tested by
no test coverage detected