web-ifc-three
web-ifc-three copied to clipboard
RuntimeError: memory access out of bounds
I tested my viewer with "IFC file A" (20,0 Mo), it worked but with "IFC file B" (95,2 Mo) I got this error:
Uncaught (in promise) RuntimeError: memory access out of bounds at web-ifc.wasm:0x1b181 at web-ifc.wasm:0x36f4f at web-ifc.wasm:0x68cf at web-ifc.wasm:0x32730 at web-ifc.wasm:0x68cf at web-ifc.wasm:0x33208 at web-ifc.wasm:0x68cf at web-ifc.wasm:0x367e6 at web-ifc.wasm:0x68cf at web-ifc.wasm:0x39701
Streamlit, version 1.26.0
"three": "^0.160.1",
"web-ifc": "^0.0.36"
I don't know if it is because of the size or the version? Please how can I fix this, thank you