bytecodealliance / wasmtime

A fast and secure runtime for WebAssembly
https://wasmtime.dev/
Apache License 2.0
14.81k stars 1.24k forks source link

Fix radix of decimal immediates #8865

Closed thaliaarchi closed 1 week ago

thaliaarchi commented 1 week ago

Decimal immediates incorrectly parsed as hex digits.

These new tests fail without this change.