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
{{ message }}
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.
In Waffle we try to self-host builtins rather than writing them in native Rust code. Why? Because JIT compiler may do lots of optimizations on Waffle bytecode.
Main principle when implementing some self-hosted builtin is not to use any of other not self-hosted functions.