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-clock
defined
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-clock
defined twice
eduardomourar edited PR #7167:
This will fix the error one would get while trying to run the wasmtime CLI with
-S http
because 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-clock
defined twiceAlso, to prevent it from breaking in the future, a simple handcrafted test has been added to the CLI test suite.
Last updated: Nov 22 2024 at 17:03 UTC