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 857b100 commit c060040Copy full SHA for c060040
test/wasi/test-wasi-start-validation.js
@@ -78,7 +78,7 @@ const bufferSource = fixtures.readSync('simple.wasm');
78
() => { wasi.start(instance); },
79
{
80
code: 'ERR_INVALID_ARG_TYPE',
81
- message: '"instance.exports._initialize" property must be' +
+ message: 'The "instance.exports._initialize" property must be' +
82
' undefined. Received function _initialize',
83
}
84
);
0 commit comments