Files
Kmake/test/fixtures/wpt/wasm/webapi/esm-integration/resources/js-wasm-cycle-global.js

3 lines
115 B
JavaScript
Raw Normal View History

2026-05-26 23:36:42 -07:00
export const glob = new WebAssembly.Global({ value: "i32" }, 42);
import { f } from "./js-wasm-cycle-global.wasm";