js-wasm-cycle.tentative.any.js (246B)
1 // META: global=window,dedicatedworker,jsshell,shadowrealm 2 3 promise_test(async () => { 4 const { f } = await import("./resources/js-wasm-cycle.js"); 5 6 assert_equals(f(), 24); 7 }, "Check bindings in JavaScript and WebAssembly cycle (JS higher)");