Hi,
Not sure if this is helpful at all but while following the steps here:
https://www.kitware.com/vtk-wasm-and-its-trame-integration/
I was able to render some parts of my big-ish model but when trying to render the full thing I got some errors:
Python Server:
JS Error => 2024-10-29 16:11:06.364 ( 78.142s) [ 401734]vtkGenericDataArray.txx:378 ERR| vtkTypeInt64Array (0xffe85080): Unable to allocate 476064 elements of size 8 bytes.
JS Error => WASM update failed
JS Error => RuntimeError: null function or function signature mismatch
Browser console;
2024-10-29 16:27:10.215 ( 76.527s) [ 401734]vtkGenericDataArray.txx:378 ERR| vtkTypeInt64Array (0xffe850e8): Unable to allocate 476064 elements of size 8 bytes.
overrideMethod @ hook.js:608
Show 1 more frame
Show less
hook.js:608 WASM update failed
overrideMethod @ hook.js:608
Show 1 more frame
Show less
trame_vtklocal.umd.js:1 4293415576
hook.js:608 RuntimeError: null function or function signature mismatch
at vtkWasmSceneManager.wasm:0xa84d04
at vtkWasmSceneManager.wasm:0xfbdd5a
at dynCall (vtkWasmSceneManager.mjs:9:73159)
at vtkWasmSceneManager.mjs:9:73240
at Object.startEventLoop (eval at newFunc (vtkWasmSceneManager.mjs:9:68337), <anonymous>:8:10)
at trame_vtklocal.umd.js:1:7497
Hi,
Not sure if this is helpful at all but while following the steps here:
https://www.kitware.com/vtk-wasm-and-its-trame-integration/
I was able to render some parts of my big-ish model but when trying to render the full thing I got some errors:
Python Server:
Browser console;