eduardomourar opened PR #7167 from eduardomourar:fix/wasmtime-cli-wasi-http-component to bytecodealliance:main:
We will allow shadowing in linker when using
WASI HTTP in order to prevent the following
error:import of
wasi:clocks/wall-clockdefined
twice
eduardomourar edited PR #7167:
We will allow shadowing in linker when using WASI HTTP in order to prevent the following error:
import of
wasi:clocks/wall-clockdefined twice
eduardomourar edited PR #7167:
This will fix the error one would get while trying to run the wasmtime CLI with
-S httpbecause the async functions were being added to the linker. Additionally, we will allow shadowing in linker when using WASI HTTP in order to prevent the following error:import of
wasi:clocks/wall-clockdefined twiceAlso, to prevent it from breaking in the future, a simple handcrafted test has been added to the CLI test suite.
Last updated: Dec 06 2025 at 06:05 UTC