mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 13:22:07 +00:00
[bun:ffi] Improve ptr() performance and implement code generation for DOMJIT
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user