[bun.js] Add stdout, stderr, stdin to Bun and support sendfile() + splice()

This commit is contained in:
Jarred SUmner
2022-04-06 01:52:15 -07:00
parent 57cf035a73
commit 81eb47de0e
25 changed files with 552 additions and 141 deletions

View File

@@ -90,6 +90,8 @@ pub const Tag = enum(u8) {
fcopyfile,
recv,
send,
sendfile,
splice,
pub var strings = std.EnumMap(Tag, JSC.C.JSStringRef).initFull(null);
};