Closed SFBdragon closed 1 year ago
Sounds good, although this prompted me to check the c docs: turns out calloc expects its memory to be zeroed.
Woops indeed! Guess on wasm there's no special CoW zero page we could use, so let's just zero things out manually here?
I hope you can squash my messy commit history :)
(Everything is still using std for now)
Woops indeed! Guess on wasm there's no special CoW zero page we could use, so let's just zero things out manually here?