[bun:ffi] Improve ptr() performance and implement code generation for DOMJIT

This commit is contained in:
Jarred Sumner
2022-08-15 01:48:31 -07:00
parent 382be2cb46
commit 6a65631cbd
20 changed files with 731 additions and 323 deletions

View File

@@ -2807,6 +2807,7 @@ pub const HardcodedModule = enum {
.{ "http", "node:http" },
.{ "module", "node:module" },
.{ "node:buffer", "node:buffer" },
.{ "buffer", "node:buffer" },
.{ "node:fs", "node:fs" },
.{ "node:fs/promises", "node:fs/promises" },
.{ "node:http", "node:http" },