blob: 658b0a0a9b643d0a78012cef6e778bd963c640fb [file] [log] [blame]
import { g } from "./wasm-global.wasm"
export { f, g };
function f(x) { return x + 1; }