feat: new binding generator (#15638)

This commit is contained in:
dave caruso
2024-12-10 12:43:17 -08:00
committed by GitHub
parent 38325aa41c
commit b39632c921
83 changed files with 3985 additions and 583 deletions

View File

@@ -1481,3 +1481,8 @@ pub const SliceWithUnderlyingString = struct {
return this.underlying.toJS(globalObject);
}
};
comptime {
bun.assert_eql(@sizeOf(bun.String), 24);
bun.assert_eql(@alignOf(bun.String), 8);
}