Stream: git-wasmtime

Topic: wasmtime / PR #6878 feat(wasmtime-cli): add flag for asyn...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 22 2023 at 11:28):

eduardomourar edited PR #6878:

Within the wasmtime CLI, the current default behavior is to only inject the synchronous functions to linkers. This will add a flag called --async that will inject the asynchronous one instead.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 22 2023 at 11:31):

eduardomourar updated PR #6878.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 22 2023 at 14:45):

eduardomourar edited PR #6878:

Within the wasmtime CLI, the current default behavior is to only inject the synchronous functions to linkers. This will add a flag called --async that will inject the asynchronous one instead.

This is required in order to enable back the wasi-http module because it has been implemented only with async functions. Additionally, it will help the async support code path to be tested as async should be enabled by default in the future.


Last updated: Oct 23 2024 at 20:03 UTC