enso/lib/rust/executor
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 Implement documentation IR (#4024) 2023-01-12 14:50:33 +00:00