WASM Threading memory out of bounds

I figured it out. It was a simple out-of-memory. If I set the initial memory size, -sINITIAL_MEMORY=1GB, it went away. It was in the creation of a vtkBuffer, perhaps I should double check if we allocate memory here without handling out-of-memory properly.

1 Like