Stream: git-wasmtime

Topic: wasmtime / PR #8138 Enable `-Scommon` by default for `was...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 14 2024 at 20:32):

alexcrichton opened PR #8138 from alexcrichton:serve-common-on-by-default to bytecodealliance:main:

This commit enables more WASI interfaces by default with wasmtime serve, notably through the use of the -Scommon flag. This means that the interfaces supported by wasmtime serve are the same as wasmtime run by default.

To fully implement this there's a number of refactorings here:

Closes #8086

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Mar 14 2024 at 20:32):

alexcrichton requested fitzgen for a review on PR #8138.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 14 2024 at 20:32):

alexcrichton requested wasmtime-core-reviewers for a review on PR #8138.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 14 2024 at 22:21):

tschneidereit commented on PR #8138:

Thank you for doing this, and fully aligning it with run while you were at it! :heart:

view this post on Zulip Wasmtime GitHub notifications bot (Mar 18 2024 at 18:50):

fitzgen requested sunfishcode for a review on PR #8138.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 01 2024 at 23:47):

alexcrichton closed without merge PR #8138.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 01 2024 at 23:47):

alexcrichton commented on PR #8138:

I've extracted refactorings here to https://github.com/bytecodealliance/wasmtime/pull/8279 and will leave the question of defaults to https://github.com/bytecodealliance/wasmtime/issues/8086


Last updated: Oct 23 2024 at 20:03 UTC