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