kkrt-labs / cairo-vm-ts

A typescript implementation of the Cairo VM
Apache License 2.0
20 stars 13 forks source link

test: make direct use of builtin pointer rather than built-in cairo functions #64

Closed zmalatrax closed 5 months ago

zmalatrax commented 5 months ago

As suggested by Clement in a comment of #62, cairo program to test bitwise could directly use the builtin pointer.

danielcdz commented 5 months ago

Hello @zmalatrax I want to help with this one! In the past I made contributions to the Cairo-vm-go from nethermind

zmalatrax commented 5 months ago

Hi @danielcdz, assigned

danielcdz commented 5 months ago

Working on it!

danielcdz commented 5 months ago

Hey @zmalatrax, I created a draft pr, I'm a little confused and I want to know if I'm following the right path, feel free to add any suggestion!