Kotlin / kotlin-wasm-examples

Examples with Kotlin/Wasm
https://kotl.in/wasm
Apache License 2.0
527 stars 60 forks source link

Consider documenting the production build tasks and `applyBinaryen()` #24

Open tomayac opened 1 year ago

tomayac commented 1 year ago

It might be a good idea to document the production tasks wasmBrowserProductionRun or wasmBrowserDistribution as well as the (commented-out) applyBinaryen() optimization. Without, interested parties end up with a 1MB .wasm file, where the optimized build is 7KB for the hello world example.