Files
ladybird/Userland/Libraries/LibWeb/WebAssembly/WebAssemblyObject.cpp
Ali Mohammad Pur 7b88857c5a LibWeb: Manually convert the js bigint to a wasm i64 value
SignedBigInteger::export() generates sign-magnitude, but the native i64
type uses 2's comp, make this work by exporting it as unsigned and
tweaking the sign later.
2021-07-23 17:36:15 +04:30

21 KiB