You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tl;dr summary: starting in Firefox 78 (released June 30, 2020), you will be able to write WebAssembly functions that pass 64-bit integers to JavaScript (where they will turn into BigInts) and vice versa.
For Node, we use
node --experimental-wasm-bigint
. A functional solution needs to also be found for browsers.Related: WebAssembly/JS-BigInt-integration#32
The text was updated successfully, but these errors were encountered: