@mlabs-haskell/cardano-serialization-lib-gc-browser
v1.0.6
Published
This is a small library that provides a wrapper for managing garbage collection for cardano-serialization-library (Browser version)
Downloads
10
Keywords
Readme
cardano-serialization-lib-gc-browser
This is a small library that provides a wrapper for managing garbage collection for cardano-serialization-library. It does this by using a FinalizationRegistry
object to keep track of objects that are no longer in use, and calling the free()
method on them when they are finalized.
Simply use it the same way you use cardano-serialization-lib-browser
.