Files
tinygo/compiler/testdata
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
..
2021-04-12 12:07:42 +02:00
2022-01-19 14:42:02 -05:00
2023-06-08 07:55:37 +02:00
2023-07-02 15:35:42 +02:00