VolodymyrBg opened PR #9989 from VolodymyrBg:wasm
to bytecodealliance:main
:
Add support for parsing hexadecimal integers (prefixed with 0x or 0X) when passing arguments to WebAssembly functions. This enhancement allows users to specify integer arguments in both decimal and hexadecimal formats.
For example:
- Decimal: 42
- Hexadecimal: 0x2A or 0x2a
The change affects both i32 and i64 argument types while maintaining backward compatibility with decimal notation.
VolodymyrBg requested fitzgen for a review on PR #9989.
VolodymyrBg requested wasmtime-core-reviewers for a review on PR #9989.
alexcrichton commented on PR #9989:
Thanks! Mind adding a test for this as well? (probably somewhere in
tests/all/cli_tests.rs
)
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg commented on PR #9989:
Thanks! Mind adding a test for this as well? (probably somewhere in
tests/all/cli_tests.rs
)Thank you for the answer. I did what you asked
alexcrichton submitted PR review.
alexcrichton commented on PR #9989:
(I think there's a test failure though?)
VolodymyrBg commented on PR #9989:
(I think there's a test failure though?)
Yes)) Gonna correct it soon
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
fitzgen submitted PR review:
Thanks!
fitzgen commented on PR #9989:
Looks like there are still some failing CI jobs that need to be fixed before this can merge.
VolodymyrBg commented on PR #9989:
Looks like there are still some failing CI jobs that need to be fixed before this can merge.
Working on it))
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
VolodymyrBg updated PR #9989.
Last updated: Jan 24 2025 at 00:11 UTC