kotlin-wasm-examples icon indicating copy to clipboard operation
kotlin-wasm-examples copied to clipboard

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

Open tomayac opened this issue 2 years ago • 0 comments

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.

tomayac avatar Aug 16 '23 17:08 tomayac