Hi, I've developed docx to proprietary format conv...
# webassembly
g
Hi, I've developed docx to proprietary format converter. Say it takes 3 seconds to convert a document In kjs. But the same code takes 5seconds in kotlin/wasm. In theory wasm should be faster than js. Am I missing something?
r
Have you tried optimizing your wasm code with binaryen?
g
Hi, i dint try that. How do I do it. @Robert Jaros