Releases
v0.3.0
0.3.0 - Improved Development Experience
What's Changed
π₯ Breaking Changes
Arduino: no longer paused by default
Arduino: new required make
argument BINARY
for wasm file
Deprecate and remove built-in spectests (cpp version)
Removed options from cli related to deprecated built-in spectests
π New Features
Add debug message for updating globals
Add debug message for updating stack values
β¨ Changes
Remove unnecessary files from platforms/Arduino
folder
Use bin
folder for staging of Arduino
Rename WOODDUMP to snapshot
Support .config
file in Arduino staging and use templating
π Bug Fixes
Enable cpp exceptions in IDF config of examples (fixes #156 )
Fix deserialisation of float results in proxy call
Open communication channel in Proxy Supervisor
Add missing newline in "pushed event" notification
Guard blocks are returned correctly by introspection messages
π¨ Testing
Add Latch test framework π
Add test suites for: remote debugger, primitives
Refactor Wasm spec tests to Latch
π Performance
Remove busy loop during paused state (busy loop is kept for proxy halt
state)
Fix memory leaks of guard blocks
π· CI
You canβt perform that action at this time.