tinygo/.github/workflows
Ayke van Laethem b5c5d95b68 wasm: use newer WebAssembly features
This commit will start to use a few more WebAssembly features, such as
bulk memory operations. This results in a significant code size saving.
How much it saves varies a lot but it's typically around 1300 bytes.

This change is possible by bumping our minimum Node.js version to 14.
The previous LTS version (12) has been marked end of life, so we can
start to depend on features in the current oldest LTS version, which is
version 14. Browsers have been supporting these features for a long time
now, it's just Node.js that prevented us doing this before.
2022-06-21 08:55:42 +02:00
..
build-macos.yml wasm: update wasi-libc version 2022-06-21 08:55:42 +02:00
docker.yml build: cancel in-progress builds 2022-06-16 22:26:29 +02:00
linux.yml wasm: use newer WebAssembly features 2022-06-21 08:55:42 +02:00
windows.yml wasm: update wasi-libc version 2022-06-21 08:55:42 +02:00