Tom Lauwaerts

Results 60 issues of Tom Lauwaerts

Features to add: - [x] #44 - [x] #52 - [x] #53 - [x] #58 - [x] #60 - [ ] Recording - [ ] Create alternate universes - [...

major feature

Trying to run the AssemblyScript example without the mqtt fails. (= programming demo example) When the busy loop is empty, binaryen optimizes away callback functions. It eliminates the `funcref` table...

bug

When sending the `invoke` message without any payload. Function 0 is invoked anyway. Instead the VM should only return an error.

bug

We want an API in the debugger that allows the plugin to show error messages. **Example situation:** During OOP debugging, when the proxy is disconnected from the laptop, we want...

major feature

- [x] Fix ubuntu 18.04 - [x] Fix ubuntu 20.04 - [x] Fix macos - [ ] Fix Arduino - [x] Fix ESP-IDF

bug
on hold

Changes to the memory are not forwarded to the drone. This means that calling primitives with pointers (start + length of string for example) may fail, as the memory is...

Runtime typechecking of the callbacks: do we do this in the callback handling system or in the primitives?

feature

- [ ] add `interruptDUMPGlobals` debug message - [ ] add globals to `interruptDUMPFull` - [ ] do we include nonmutable globals in dump?

feature