Skip to content

Conversation

@avrabe
Copy link
Contributor

@avrabe avrabe commented Jan 11, 2026

Summary

  • Bump version from 0.1.0 to 0.3.0

v0.3.0 Features

  • K-induction for unbounded loop verification
  • Function summaries tracking calls, memory, and globals
  • Float verification using Z3 FPA theory for IEEE 754 semantics
  • MemorySize/Grow verification with shared symbolic state
  • Partial-width store verification (I32Store8, I32Store16, etc.)

v0.2.0 Features (included)

  • Differential testing against wasmtime
  • Nested loop verification (depth 1)
  • Fuzz targets for optimization pipeline

Test plan

  • CI passes all checks

This release includes significant formal verification improvements:

## v0.3.0 Features

- K-induction for unbounded loop verification
- Function summaries tracking calls, memory, and globals
- Float verification using Z3 FPA theory for IEEE 754 semantics
- MemorySize/Grow verification with shared symbolic state
- Partial-width store verification (I32Store8, I32Store16, etc.)

## v0.2.0 Features (included)

- Differential testing against wasmtime
- Nested loop verification (depth 1)
- Fuzz targets for optimization pipeline
@avrabe avrabe merged commit fcb4ce3 into main Jan 12, 2026
20 checks passed
@avrabe avrabe deleted the release/v0.3.0 branch January 12, 2026 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants