xref
: /
third_party
/
node
/
test
/
fixtures
/
wpt
/
wasm
/
webapi
/
esm-integration
/
resources
/
js-wasm-cycle-function-error.js
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/wpt/wasm/webapi/esm-integration/resources/
1
export
const
func
=
42
;
2
import
{ f }
from
"./js-wasm-cycle-function-error.wasm"
;
3