Closed willemneal closed 4 years ago
This decorator allows renaming exported functions to keywords, e.g.
@exportAs("new") function main(): u32 { return 42; }
This decorator allows renaming exported functions to keywords, e.g.