worker.js (90B)
1 import * as mod from "./worker.wasm"; 2 assert_true(await import("./worker.wasm") === mod);