Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Self hosted builtins

playX edited this page Mar 9, 2020 · 2 revisions

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.

Clone this wiki locally