Tom Lauwaerts
Tom Lauwaerts
[Block types](https://webassembly.github.io/spec/core/syntax/instructions.html#syntax-blocktype) may be expressed in one of two forms; (1) as a type index of an existing function type or (2) as a value type.ยน Currently the VM only...
We must make sure we know immediately when changes might break the VS Code plugin. - [ ] Add a complete reference for the debugger API - [ ] Add...
For PR #238 we allowed checking debug messages during blocking RFC calls. > There is an issue with the supervisor and the proxy RFC calls. Because they are synchronous, they...
https://github.com/TOPLLab/WARDuino/blob/296fffd6ac38af2ada80ff7ffc4bc9ea046f793a/src/Primitives/arduino.cpp#L511-L522 This code will likely be the same for all `chip_digital_write` primitives, regardless of platform. Since you are just invoking the primitive. (in fact this will the strategy for most...
- [ ] Add GitHub Action for benchmarks - [ ] Use https://github.com/benchmark-action/github-action-benchmark
The #250 PR introduces a lot of duplicate code for defining reversible primitives. It is not trivial to refactor but should be done either way. **Relevant discussion:** > This is...
We might need a different name for this. :point_down: >๐ Another interpretation of `step until`, where you perform a set number of steps is very useful for multiverse debugging @MaartenS11...