Skip to content
Advertisement

Tag: biginteger

Odd “Uncaught (in promise) TypeError: can’t convert 50057 to BigInt” error with WebAssembly

I am trying to interface with WebAssembly and am getting a weird error. Firefox DevTools shows it as follows: Uncaught (in promise) TypeError: can’t convert 50057 to BigInt The code that runs right before this error occurs: The WebAssembly files being used here were originally being used in a system interfacing with Swift and a library called WasmInterpreter, so the

Advertisement