enso/app/gui/view/graph-editor
Adam Obuchowicz 952de24e79
Drop method exported from WASM + removing leaks. (#6365)
Fixes #6317

The `drop` method is available in the WASM object. This can be tested by typing `ensoglApp.wasm.drop()` in the dev console - all objects should be removed and all connections closed.

# Important Notes
* This PR fixed serveral leaks by this occasion
* A new tool for tracking leaks was added to prelude's `debug` module.
2023-04-25 15:38:29 +00:00
..
src Drop method exported from WASM + removing leaks. (#6365) 2023-04-25 15:38:29 +00:00
Cargo.toml Vector Editor first visual implementation (#6245) 2023-04-19 04:26:01 +02:00