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 🙈kfun:
declarations in the firefox disassembly, but nothing containing my package namekfun:
that is exported