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

3 lines
114 B
JavaScript
Raw Normal View History

2026-05-26 23:36:42 -07:00
export const tab = new WebAssembly.Table({ element: "anyfunc" });
import { f } from "./js-wasm-cycle-table.wasm";