Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update JS API for memory/table min/max and table.get/set #70

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Conversation

sbc100
Copy link
Member

@sbc100 sbc100 commented Jul 1, 2024

Use unsigned long long rather then unsigned long which gives us u64 range rather than u32 range.

See https://webidl.spec.whatwg.org/#idl-unsigned-long-long

See #68

Use `unsigned long long` rather then `unsigned long` which gives us u64
range rather than u32 range.

See https://webidl.spec.whatwg.org/#idl-unsigned-long-long
Copy link
Member

@rossberg rossberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but I'm not a WebIDL expert. :)

Copy link
Member

@dschuff dschuff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (but also not claiming to be an expert :)

@sbc100 sbc100 merged commit 62da125 into main Jul 2, 2024
4 checks passed
@sbc100 sbc100 deleted the js_api branch July 2, 2024 18:22
bvisness pushed a commit to bvisness/memory64 that referenced this pull request Aug 1, 2024
)

Use `unsigned long long` rather then `unsigned long` which gives us u64
range rather than u32 range.

See https://webidl.spec.whatwg.org/#idl-unsigned-long-long
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants