mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
feat: new binding generator (#15638)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user