Add support for tags to `wasm-tools component link` by alexcrichton · Pull Request #2306 · bytecodealliance/wasm-tools

@alexcrichton

While not explicitly documented it looks like dynamic libraries all
import exception tags and expect the dynamic linker to provide the same
tag item to all modules importing the same name. This updates creation
of the `env` module to contain tags in addition to the other items it
already contains.

@alexcrichton

Merged via the queue into bytecodealliance:main with commit 7e2e215

Sep 15, 2025

34 checks passed