surma / wasmphobia

https://wasmphobia.surma.technology/
Apache License 2.0
94 stars 5 forks source link

Support extended name section #8

Open bashor opened 6 months ago

bashor commented 6 months ago

https://github.com/WebAssembly/extended-name-section/blob/main/proposals/extended-name-section/Overview.md

surma commented 6 months ago

This is a Stage 2 proposal, right? Is anyone emitting this yet? I haven’t seen them in the wild.

bashor commented 6 months ago

There are standard name section and extended name section on Phase 2.

It's implemented in Chrome and Firefox and works by default since don't introduce any semantic changes.

Kotlin/Wasm toolchain produces binaries with name sections.