tinygo/compileopts
Ayke van Laethem da362b8a24 wasm: support ThinLTO
Using ThinLTO manages to optimize binaries quite significantly. The
exact amount varies a lot by program but it's about 10-15% usually.

Don't remove non-ThinLTO support yet. It would not surprise me if this
triggered some unintended side effect. Eventually, non-ThinLTO support
should be removed though.
2023-01-25 18:43:00 +01:00
..
config.go wasm: support ThinLTO 2023-01-25 18:43:00 +01:00
options.go runtime: implement precise GC 2023-01-17 19:32:18 +01:00
options_test.go runtime: implement precise GC 2023-01-17 19:32:18 +01:00
target.go runtime: implement precise GC 2023-01-17 19:32:18 +01:00
target_test.go all: update _test.go files for os.IsFoo changes 2022-08-07 10:32:23 +02:00