scarpe-team / space_shoes

SpaceShoes is an early implementation of Scarpe-on-Wasm to allow HTML embeds of Shoes apps
MIT License
2 stars 0 forks source link

Post-shutdown errors #5

Open noahgibbs opened 3 months ago

noahgibbs commented 3 months ago

Some apps have a built-in shutdown -- for instance, ShoesSpec runs do a full shutdown afterward. This eventually causes wasm errors when we use deleted objects. It would be good to stop dispatching all events, not just heartbeat, after shutdown.

noahgibbs commented 3 months ago

This is the same basic kind of error -- related to ruby.wasm and emscripten -- as in #1.