We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bda784 commit b6a5dd2Copy full SHA for b6a5dd2
apps/site/pages/en/learn/getting-started/nodejs-with-webassembly.md
@@ -73,7 +73,7 @@ const wasmModule = await WebAssembly.instantiate(wasmBuffer);
73
74
// Exported function lives under instance.exports object
75
const { add } = wasmModule.instance.exports;
76
-
+
77
const sum = add(5, 6);
78
79
console.log(sum); // Outputs 11
0 commit comments