Frank Bouwens
10/01/2024, 8:24 AMExecution failed for task ':wasmWasiNodeRun'.
> Process 'command '/Users/frankbouwens/.gradle/nodejs/node-v22.0.0-darwin-arm64/bin/node'' finished with non-zero exit value 1
Could mean you’ve made a typo in the @WasmImport annotation.
Hopefully this can save you some time, when you encounter this 😉
(Took me quite a while to realize this was the problem)Frank Bouwens
10/01/2024, 8:24 AMFrank Bouwens
10/01/2024, 8:50 AMTypeError: WebAssembly.Instance(): Import #2 module="wasi_snapshot_preview1_TYPO": module is not an object or function
PHondogo
10/01/2024, 9:10 AMFrank Bouwens
10/01/2024, 9:11 AMArtem Kobzar
10/01/2024, 9:40 AMNode.js
errors by default in the error message without needs of --scan
?Ilya Goncharov [JB]
10/01/2024, 10:53 AMwasmWasiNodeRun
in tab?
It should show a log of task and it should contain information.
As I understand last line in the tab shows only exception. Maybe we can show error log in exception tab tooFrank Bouwens
10/01/2024, 11:28 AMFrank Bouwens
10/01/2024, 11:33 AM--scan
, when you click on the wasmWasiNodeRunIlya Goncharov [JB]
10/01/2024, 11:35 AMFrank Bouwens
10/01/2024, 11:37 AM