remove bigint

This commit is contained in:
2025-06-17 15:02:40 -05:00
parent c9adbed3ff
commit 41fdf49df5
3 changed files with 14 additions and 2645 deletions

View File

@@ -231,7 +231,6 @@ DEF( strict_neq, 1, 2, 1, none)
DEF( and, 1, 2, 1, none)
DEF( xor, 1, 2, 1, none)
DEF( or, 1, 2, 1, none)
DEF(push_bigint_i32, 5, 0, 1, i32)
/* must be the last non short and non temporary opcode */
DEF( nop, 1, 0, 0, none)