sdk
sdk copied to clipboard
`allowInterop` is leaking closure instances via global map
It seems dart2wasm is currently leaking functions that are used with allowInterop due to usage of a global map.
/cc @srujzs
Perhaps use an Expando instead of a Map