mirror of
https://github.com/ziglang/zig.git
synced 2025-12-27 16:43:07 +00:00
The linker will now emit names for all function, global and data segment symbols. This increases the ability to debug wasm modules tremendously as tools like wasm2wat can use this information to generate named functions, globals etc, rather than placeholders such as $f1.