Y
Hacker News
new
|
ask
|
show
|
jobs
by
amelius
1237 days ago
Perhaps it just uses Python's built-in garbage collector that just increases/decreases the data segment size as needed by calling sbrk()?
1 comments
ridruejo
1237 days ago
Correct, it is just CPython compiled to Wasm (similar to compiling to x86 or arm)
link