Files
2026-05-26 23:36:42 -07:00

3 lines
114 B
JavaScript

export const tab = new WebAssembly.Table({ element: "anyfunc" });
import { f } from "./js-wasm-cycle-table.wasm";