Files
Torin Sandall ad4b7b3a57 wasm: Remove references to the heap top address
SDKs don't need to set the heap top address because it's managed by
the malloc implementation and should be left intact across
executions (otherwise the malloc implementation will keep allocating
more memory from the host because the top has been reset across
executions.)

Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2020-08-04 12:57:08 -04:00
..
2020-07-15 12:01:12 -07:00