Y
Hacker News
new
|
ask
|
show
|
jobs
by
tyleregeto
1579 days ago
JS has BigInt support, a quick Google tells me this is supported by wasm. I'm not sure if they are doing that here or not.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...
1 comments
tempay
1579 days ago
BigInt is often orders of magnitude less performant than int32 so it's unlikely to be helpful in this situation.
link