Title: RangeError: Invalid string length when reading a large .sym file
Description:
An error was encountered when attempting to read a large .sym file, resulting in a RangeError: Invalid string length. The following details were recorded:
RangeError: Invalid string length
at readFileHandle (node:internal/fs/promises:567:25)
at async WasmTester.loadSymbols (node_modules/circom_tester/wasm/tester.js:118:25)
The issue appears to occur within the WasmTester.loadSymbols method while handling the file reading process.
Title: RangeError: Invalid string length when reading a large .sym file
Description:
An error was encountered when attempting to read a large
.sym
file, resulting in aRangeError: Invalid string length
. The following details were recorded:The issue appears to occur within the
WasmTester.loadSymbols
method while handling the file reading process.