Skip to content
This repository was archived by the owner on Aug 24, 2023. It is now read-only.

Commit a310a8c

Browse files
authored
Update test.js
1 parent 3ef97c9 commit a310a8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
const { say } = require('../pkg/ssvm_nodejs_starter_lib.js');
2-
console.log( say("Node.js") );
1+
const { say } = require('../pkg/wasmedge_nodejs_starter_lib.js');
2+
console.log( say("Node.js") );

0 commit comments

Comments
 (0)