Block a user
WIP: Implement Bytecode Executor for Kym
Optimize Ona Heap Deallocation in Safety-Checked Builds
Add Leak Detection to Ona Heap Allocator
Add Leak Detection to Ona Heap Allocator
May be worth adding an assert to check that the VM environment heap is empty by now before calling deinit.
Add Leak Detection to Ona Heap Allocator
Perhaps discard
could have an internal complimentary function specifically for discarding objects to save on the effort of wrapping a known type in a discriminated union only to unwrap it again back to the known type.
WIP: Add Leak Detection to Ona Heap Allocator