enso/app
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
..
gui Drop method exported from WASM + removing leaks. (#6365) 2023-04-25 15:38:29 +00:00
ide-desktop Feat: update templates styles and feature (#6071) 2023-04-24 16:48:51 +00:00