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
fix(js-tracer): correctly handle isPrecompiled and slice builtins (#363)
Closes#350Closes#349
- Fixes `isPrecompiled` built-in to work correctly. Before we were
incorrectly checking `precompiles_registered` flag which caused the fn
to never be injected. Added test for it as well
- Adds `slice` built-in and a test for it
0 commit comments