| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-19 | 407 Bytes | |
| v1.0.5 - 2025_12_19 source code.tar.gz | 2025-12-19 | 6.3 MB | |
| v1.0.5 - 2025_12_19 source code.zip | 2025-12-19 | 6.4 MB | |
| Totals: 3 Items | 12.7 MB | 0 | |
Fixed
- Fix a bug in the execution of
i{32,64}.rem_s(MAX, -1). rev-1c3682f - The Wasm spec demanded to return
0while Wasmi trapped withinteger-overflow. - Thanks to davnavr for the detailed bug report.