Stream: git-wasmtime

Topic: wasmtime / PR #7440 Fix parsing f32/f64 CLI arguments as ...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 01 2023 at 15:05):

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

view this post on Zulip Wasmtime GitHub notifications bot (Nov 01 2023 at 15:05):

alexcrichton requested pchickey for a review on PR #7440.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 01 2023 at 15:05):

alexcrichton opened PR #7440 from alexcrichton:fix-float-parse to bytecodealliance:main:

Type inference wasn't enough for this situation since floats are stored as u32 and u64 while they're at rest to avoid modification.

Closes #7401

<!--
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 (Nov 01 2023 at 16:45):

pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 01 2023 at 17:32):

pchickey merged PR #7440.


Last updated: Oct 23 2024 at 20:03 UTC