Does kotlin implement the legacy version of the ex...
# webassembly
c
Does kotlin implement the legacy version of the exception handling proposal?
b
Yes, by default kotlin toolchain generates a binary using old EH proposal, but there is a compiler option to switch to the final version of the proposal —
-Xwasm-use-new-exception-proposal
c
Thank you Zalim that worked !
👍 1