• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1export const mem = new WebAssembly.Memory({ initial: 10 });
2import { f } from "./js-wasm-cycle-memory.wasm";
3