blob: 372a856f07decbc002d1808e6724ef301b922731 [file] [log] [blame]
import { f2 } from "./function.wasm"
export { f, f2 };
function f(x) { return x + 1 }