Is there a way to minify wasmJs? Minified js code ...
# webassembly
r
Is there a way to minify wasmJs? Minified js code is much smaller that wasmJs wasm.js file. Thanks!
r
You can apply binaryen.
j
Note that this will be the default soon, too https://youtrack.jetbrains.com/issue/KT-64553
very nice 2