blob: 160cbf76e381a7bd75593a3c0c7e0d926b130172 [file] [log] [blame]
import { m } from "./wasm-memory.wasm"
export { f, m };
function f(x) { return x + 1; }