Gate synchronous future/stream read/write separately#13217
Gate synchronous future/stream read/write separately#13217alexcrichton wants to merge 2 commits intobytecodealliance:mainfrom
Conversation
Label Messager: wasmtime:configIt looks like you are changing Wasmtime's configuration options. Make sure to
DetailsTo modify this label's message, edit the To add new label messages or remove existing label messages, edit the |
|
This now pulls in an update-to wasm-tools and should be good to go modulo CI/review |
This commit renames the previous `wasm_component_model_async_builtins` feature to `wasm_component_model_more_async_builtins` and then moves synchronous future/stream reads/writes behind this feature. This is inspired by bytecodealliance#13212 and corresponds to WebAssembly/component-model#641 plus bytecodealliance/wasm-tools#2507.
Subscribe to Label Actioncc @fitzgen DetailsThis issue or pull request has been labeled: "fuzzing", "wasmtime:api", "wasmtime:c-api", "wasmtime:config"Thus the following users have been cc'd because of the following labels:
To subscribe or unsubscribe from this label, edit the |
This commit renames the previous
wasm_component_model_async_builtinsfeature towasm_component_model_more_async_builtinsand then moves synchronous future/stream reads/writes behind this feature. This is inspired by #13212 and corresponds to WebAssembly/component-model#641 plus bytecodealliance/wasm-tools#2507.