import { return42 } from "./entry.wasm" export function sum(a, b) { return a + b; }