tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

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)");