You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: shared mutable globals
* chore: clang format
* feat: prevent global.set of immutable global
* fix: add non-void return after FATAL in resolve_external_global
* chore: clang format
* test: add spec tests for globals
* Add missing f64 global tests
* fix: remove redundant mutability check
Checking whether the global.set target is mutable is a validation check that is therefore redundant to perform at runtime (and only slows down execution).
* Fix incorrect default number of arduino globals
0 commit comments