Stability of wasm exports for allocation · Issue #2788 · tinygo-org/tinygo

There are wasm exports like "malloc" and "free" which make it seem like you can allocate outside code compiled by TinyGo and not collide with memory managed by code compiled by TinyGo. This seems l...