We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a tracking issue for a post-MVP feature It will be updated as the issue progresses.
Topic JavaScript BigInt to WebAssembly i64 integration Champion Dan Ehrenberg @littledan Status in progress Phase proposed spec text available Linked issues WebAssembly/spec#707 Linked repositories github.com/WebAssembly/JS-BigInt-integration
Details
With this patch, BigInts have support for bidirectionally converting to 64-bit integer WebAssembly values, which appears as
BigInts can be read or written from WebAssembly memory using the BigInt proposal's BigInt64Array or BigUint64Array; no additional support is needed.
The text was updated successfully, but these errors were encountered:
Moved to WebAssembly/proposals#7.
Sorry, something went wrong.
littledan
No branches or pull requests
This is a tracking issue for a post-MVP feature
It will be updated as the issue progresses.
Topic JavaScript BigInt to WebAssembly i64 integration
Champion Dan Ehrenberg @littledan
Status in progress
Phase proposed spec text available
Linked issues WebAssembly/spec#707
Linked repositories github.com/WebAssembly/JS-BigInt-integration
Details
With this patch, BigInts have support for bidirectionally converting
to 64-bit integer WebAssembly values, which appears as
BigInts can be read or written from WebAssembly memory using the
BigInt proposal's BigInt64Array or BigUint64Array; no additional
support is needed.
The text was updated successfully, but these errors were encountered: