Browse Source

Better info in signal not assigned

master
Jordi Baylina 3 years ago
parent
commit
5f13d37fdc
No known key found for this signature in database GPG Key ID: 7480C80C1BE43112
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      ports/wasm/build_runtime.js

+ 3
- 3
ports/wasm/build_runtime.js

@ -384,9 +384,9 @@ module.exports = function buildRuntime(module, builder) {
"error",
c.i32_const(errs.ACCESSING_NOT_ASSIGNED_SIGNAL.code),
c.i32_const(errs.ACCESSING_NOT_ASSIGNED_SIGNAL.pointer),
c.i32_const(0),
c.i32_const(0),
c.i32_const(0),
c.getLocal("cIdx"),
c.getLocal("component"),
c.getLocal("signal"),
c.i32_const(0)
)
)

Loading…
Cancel
Save