You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In next month I will focused on implementing wasm opcodes in Cranelift:
Discuss with polygon team how smaller type operations should be performed
Take care about proper overflow for smaller types (i32, u32) in simple operations (add, sub, mul, div) and comparing operations (gt, lt, ge, le, eq, neq)
Implement bit operations for all types (i32, u32, i64, u64) such that: popcnt, clz, ctz, shr, shl, rotl, rotr,
Discuss with polygon team and implement i64.const, u64.const
MCJOHN974
changed the title
November 2023 milestone: wasm opcodes in zkAsm
🔷 November 2023 milestone: wasm opcodes in zkAsm
Oct 30, 2023
No description provided.
The text was updated successfully, but these errors were encountered: