runtimeverification / runtimeverification/wasm-semantics
Number support; hex format, underscore separation
Open
Nobody has claimed this yet.
- Dominant language
- WebAssembly
- Stars
- 106
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
See 6.3.1. in the spec. Examples in float_literals.wast
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read section 6.3.1 of the WebAssembly specification and inspect the examples in float_literals.wast. Trace the existing number-literal handling, then verify that hexadecimal formats and underscore-separated numbers are supported and that the referenced examples pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- wasm
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100