Files
tinygo/src
Ayke van Laethem da0161d6ab wasm: implement a growable heap
On WebAssembly it is possible to grow the heap with the memory.grow
instruction. This commit implements this feature and with that also
removes the -heap-size flag that was reportedly broken (I haven't
verified that). This should make it easier to use TinyGo for
WebAssembly, where there was no good reason to use a fixed heap size.

This commit has no effect on baremetal targets with optimizations
enabled.
2021-01-10 21:08:52 +01:00
..
2020-10-23 14:39:15 +02:00
2020-10-23 21:37:35 +02:00
2021-01-10 21:08:52 +01:00
2020-09-29 21:58:03 +02:00
2020-10-28 18:25:56 +01:00