Files
tinygo/compiler
Ayke van Laethem c522569378 wasm: only export explicitly exported functions
Previously we used the --export-all linker flag to export most
functions. However, this is not needed and possibly increases binary
size. Instead, we should be exporting the specific functions to be
exported.
2021-03-22 13:48:12 +01:00
..
2021-01-24 15:39:15 +01:00
2021-01-24 15:39:15 +01:00