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
Add support for the stack switching proposal (#1802)
* Stack switching feature flag
* Stubs for stack switching operators.
* Type structure
* Stack switching instructions validation.
* Simplify validation API
* Wast support
* Skip AssertSuspension during roundtrip testing
* Fix bugs; particularly label resolution bug in resume tables. Add test file.
* Add snapshots
* Fix validation bugs
* Fix validation bugs. Test interaction between continuation types and gc types.
* Add more tests
* Add sub_type_at_id to EmptyResources. Formatting.
* Format
* Comma
* Fix validation bugs in cont.bind and switch. Extend validation testsuite.
* Address Alex's feedback
* Update signature of sub_type_at_id in EmptyResources
* Format
* [wast] Translate Cont and NoCont heap types.
* Address Alex's second round of feedback.
* Revert encoding of continuation types back to s33 to stay in sync with the reference interpreter.
0 commit comments