Skip to content

Test error-handling with QuickJS in WASM

Ecarg requested to merge grace/T347898/error-handling-wasm-js into main

phab task

Originally, there were issues with unhelpful rather erratic error outputs with stderr but we are now relying on stdout (cc this MR which helps us with better error messages.) A test was added to the js-wasm file which underlines this.

Edited by Ecarg

Merge request reports