Pedestal 3.1.1 is out! Pedestal is a collection o...
# feed
c
Pedestal 3.1.1 is out! Pedestal is a collection of pure multiplatform micro-libraries around state management, caching, progress measurement, and more. In this release, the
weak
module, containing weak references and weak maps, adds support for
wasmJs
. It now supports all Kotlin platforms except
wasmWasi
(if you know how to add support for
wasmWasi
, please get in touch!).
Copy code
val foo = WeakRef(User(…))

println(foo.read())
https://pedestal.opensavvy.dev/api-docs/#C078Z1QRHL3
👍 3
kodee excited 3
a
Awesome!