blob: 20143644a01c73677488a81de90a8cc49a1e2ebd [file] [log] [blame]
import { sum } from "./sum.wasm"
export function return42() {
return 42;
}