Tom Lauwaerts
Tom Lauwaerts
Features to add: - [x] #44 - [x] #52 - [x] #53 - [x] #58 - [x] #60 - [ ] Recording - [ ] Create alternate universes - [...
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...
When sending the `invoke` message without any payload. Function 0 is invoked anyway. Instead the VM should only return an error.
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...
- [x] Fix ubuntu 18.04 - [x] Fix ubuntu 20.04 - [x] Fix macos - [ ] Fix Arduino - [x] Fix ESP-IDF
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?
- [ ] add `interruptDUMPGlobals` debug message - [ ] add globals to `interruptDUMPFull` - [ ] do we include nonmutable globals in dump?