Luuk de Gram 7fd32de018 cbe: Implement wasm builtins
This implements the wasm builtins by lowering to builtins that are supported by c-compilers.
In this case: Clang.

This also simplifies the `AIR` instruction as it now uses the payload field of `ty_pl` and `pl_op`
directly to store the index argument rather than storing it inside Extra. This saves us 4 bytes
per builtin call.
2022-03-03 16:33:46 -07:00
..
2022-03-03 16:33:46 -07:00
2022-03-03 16:33:46 -07:00
2022-03-03 16:33:46 -07:00
2022-03-03 16:33:46 -07:00
2022-01-14 12:39:06 -07:00
2022-01-30 14:30:46 +01:00
2022-02-28 12:36:45 -07:00
2022-01-02 13:16:17 -07:00
2022-03-03 16:33:46 -07:00
2022-03-03 16:33:46 -07:00
2022-02-08 17:49:40 -07:00
2022-01-07 00:06:06 -05:00
2022-03-03 15:07:23 -05:00
2021-09-24 13:39:20 -04:00