pub fn getGlobal(self: *const Builder, name: StrtabString) ?Global.Index
pub fn getGlobal(self: *const Builder, name: StrtabString) ?Global.Index { return @fromBackingInt(@intCast(self.globals.getIndex(name) orelse return null)); }