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
The memory exchange between the Wasm code and the JS side is currently sub-optimal, things are written to the (in-memory) filesystem and pushed into a datastructure for all result files. An on-demand or shared memory system would be better.