Files
tinygo/compiler
Ayke van Laethem d845f1e1b2 wasm: fix functions exported through //export
When a function is exported using //export, but also had a
//go:wasm-module pragma, the //export name was ignored. The
//go:wasm-module doesn't actually do anything besides breaking the
export (exported functions don't have a module name).

I've refactored and cleaned up the code, and in the process removed this
weird edge case.
2023-07-28 13:57:24 +02:00
..
2022-10-19 22:23:19 +02:00
2023-04-18 22:51:49 +02:00
2023-03-24 09:22:38 -07:00
2021-09-27 15:47:12 +02:00
2023-01-18 08:24:42 +01:00