Skip to content

Commit ffeca24

Browse files
committed
feat(wasm): pass arg in test
1 parent 6d8bc91 commit ffeca24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cases/wasm/imports-multiple/module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { getResult } from "./wasm.wasm";
22

3-
export var result = getResult();
3+
export var result = getResult(1);
44

55
export function getNumber() {
66
return 20;

0 commit comments

Comments
 (0)