Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Heap type `none` requires GC (#6840) | Thomas Lively | 2024-08-14 | 1 | -3/+0 |
| | | | | | | Since reference types only introduced function and extern references, all of the types in the `any` hierarchy require GC, including `none`. Fixes #6839. | ||||
* | Fix binary writing of strings without GC enabled (#5836) | Alon Zakai | 2023-07-31 | 1 | -0/+12 |