Stream: git-wasmtime

Topic: wasmtime / PR #8250 Add a `compile` feature to `wasmtime-...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 28 2024 at 01:05):

alexcrichton opened PR #8250 from alexcrichton:wasmtime-env-no-compile to bytecodealliance:main:

This commit adds a compile-time feature to remove some dependencies of the wasmtime-environ crate. This compiles out support for compiling modules/components and makes the crate slimmer in terms of amount of code compiled along with its dependencies. Much of this should already have been statically removed by native linkers so this likely won't have any compile-size impact, but it's a nice-to-have in terms of organization.

This has a fair bit of shuffling around of code, but apart from renamings and movement there are no major changes here.

<!--
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 28 2024 at 01:05):

alexcrichton requested fitzgen for a review on PR #8250.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 28 2024 at 01:05):

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

view this post on Zulip Wasmtime GitHub notifications bot (Mar 28 2024 at 01:11):

alexcrichton updated PR #8250.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 28 2024 at 01:41):

alexcrichton updated PR #8250.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 28 2024 at 01:57):

github-actions[bot] commented on PR #8250:

Subscribe to Label Action

cc @peterhuene

<details>
This issue or pull request has been labeled: "wasmtime: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 <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Mar 28 2024 at 01:57):

github-actions[bot] commented on PR #8250:

Label Messager: wasmtime:config

It looks like you are changing Wasmtime's configuration options. Make sure to
complete this check list:

[fuzzing-config]: https://github.com/bytecodealliance/wasmtime/blob/ca0e8d0a1d8cefc0496dba2f77a670571d8fdcab/crates/fuzzing/src/generators.rs#L182-L194
[fuzzing-docs]: https://docs.wasmtime.dev/contributing-fuzzing.html


<details>

To modify this label's message, edit the <code>.github/label-messager/wasmtime-config.md</code> file.

To add new label messages or remove existing label messages, edit the
<code>.github/label-messager.json</code> configuration file.

Learn more.

</details>

view this post on Zulip Wasmtime GitHub notifications bot (Mar 28 2024 at 06:11):

fitzgen submitted PR review:

Didn't look closely at the actual code blocks, assuming it is all just code motion.

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

alexcrichton updated PR #8250.

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

alexcrichton has enabled auto merge for PR #8250.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 28 2024 at 15:23):

alexcrichton updated PR #8250.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 28 2024 at 15:23):

alexcrichton has enabled auto merge for PR #8250.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 28 2024 at 15:49):

alexcrichton updated PR #8250.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 28 2024 at 15:49):

alexcrichton has enabled auto merge for PR #8250.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 28 2024 at 16:44):

alexcrichton merged PR #8250.


Last updated: Nov 22 2024 at 16:03 UTC