Preserve profiling information in skiko.wasm with an extra build flag (#985)
Adding a new flag `-Pskiko.wasm.withProfiling=true` which adds `--profiling` flag to emcc, so it preserves the function names - makes it easier to use the browser profiler. By default, it's disabled.
Showing
Please register or sign in to comment