Stream: git-wasmtime

Topic: wasmtime / PR #9332 feat(cli): allow underscores for nume...


view this post on Zulip Wasmtime GitHub notifications bot (Sep 30 2024 at 11:40):

vados-cosmonic requested fitzgen for a review on PR #9332.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 30 2024 at 11:40):

vados-cosmonic opened PR #9332 from vados-cosmonic:feat(cli)=allow-underscores-for-numeric-options to bytecodealliance:main:

This commit allows for underscores to be used in numeric arguments to the wasmtime CLI.

For example, a string like 1_200 will be interpreted as 1200.

This change would make it easier to enter large values (ex. --max-memory-size) when using wasmtime via CLI

<!--
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 (Sep 30 2024 at 11:40):

vados-cosmonic requested wasmtime-core-reviewers for a review on PR #9332.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 30 2024 at 14:40):

alexcrichton submitted PR review:

Thanks!

view this post on Zulip Wasmtime GitHub notifications bot (Sep 30 2024 at 14:59):

alexcrichton merged PR #9332.


Last updated: Oct 23 2024 at 20:03 UTC