utkarshkukreti / draco

Draco is a Rust library for building client side web applications with Web Assembly.
Apache License 2.0
303 stars 18 forks source link

Destroying an App #22

Open theduke opened 5 years ago

theduke commented 5 years ago

Hey, I have the situation that I need to destroy the active app from within update().

As in: clean up everything and remove from the dom.

That does not seem to be possible at the moment.

I guess something like Mailbox::shutdown()