SOFe
02/23/2019, 10:06 AMexports of WebAssembly.Instance?
I have tried using @SymbolName on the functions I want to export, but it's not showing up in the exports objectsergey.bogolepov
02/25/2019, 9:30 AM@Retain annotation. Please note that name of the exported function will be mangled (kfun:...).SOFe
02/25/2019, 10:12 AM@SymbolName in the .knm includes 🙈SOFe
02/25/2019, 10:15 AMSOFe
02/25/2019, 10:16 AMkfun: declarations in the firefox disassembly, but nothing containing my package nameSOFe
02/25/2019, 10:16 AMkfun: that is exportedSOFe
02/25/2019, 10:17 AMSOFe
02/25/2019, 10:56 AM