tinygo/compileopts
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
..
config.go wasm: implement a growable heap 2021-01-10 21:08:52 +01:00
options.go wasm: implement a growable heap 2021-01-10 21:08:52 +01:00
options_test.go compileopts: improve error reporting of unsupported flags 2020-05-16 23:29:47 +02:00
target.go Add support for additional openocd commands (#1492) 2020-12-30 09:19:41 +01:00
target_test.go compileopts: simplify copyProperties using reflection 2020-09-20 13:49:16 +02:00