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
Error Message: RuntimeError: memory access out of bounds
Stack:
{"stack"=>"RuntimeError: memory access out of bounds
at jq.wasm.emscripten_builtin_malloc (wasm://wasm/jq.wasm-00ad9d36:wasm-function[1047]:0x85dc9)
at jq.wasm.jv_mem_alloc (wasm://wasm/jq.wasm-00ad9d36:wasm-function[363]:0x34ddd)
at jq.wasm.jv_array (wasm://wasm/jq.wasm-00ad9d36:wasm-function[312]:0x2e5e0)
at jq.wasm.main (wasm://wasm/jq.wasm-00ad9d36:wasm-function[31]:0xbce)
at Object.callMain (/app/node_modules/jq-web/jq.js:4415:15)
at raw (/app/node_modules/jq-web/jq.js:4531:23)
at Object.json (/app/node_modules/jq-web/jq.js:4585:16)
--
How do we use it: const value = await jqWeb.then( jqJob => jqJob.json(payload, selector));
and, we are using it in an endpoint.
Error Message:
RuntimeError: memory access out of bounds
Stack:
How do we use it:
const value = await jqWeb.then( jqJob => jqJob.json(payload, selector));
and, we are using it in an endpoint.
package version:
0.6.0
Please let me know if anyone has an idea or sees the same issue.
The text was updated successfully, but these errors were encountered: