SilverSight/go
allaun a6db85ab5e fix(go): prevent panic on division by zero
- execPrim checks b.Q == 0 before calling floorDiv
- Step function wraps execPrim call with recover() for safety
- Go tests now pass without panicking
2026-06-30 18:15:09 -05:00
..
AVMIsa feat(tests): Python AVM port rewrite + test harness, Go test harness 2026-06-30 17:56:09 -05:00
avm.go fix(go): prevent panic on division by zero 2026-06-30 18:15:09 -05:00
avm_test.go fix(go): type conversion errors in floorDiv/avmClamp 2026-06-30 18:10:48 -05:00