3.1.0 • WasmJS weak references and the new documentation website
Weak
Documentation
- Moved the documentation website to https://pedestal.opensavvy.dev (!199)
Dependencies
- Kotlin 2.2.0
- KotlinJS 2025.7.6
Weak is a new module containing weak references and related algorithms.
EnumSet is a new experimental module with memory-efficient bitfields and enum sets.
The logger
library has been stripped down to a minimal println-based implementation (#08ac9d92, !179).
It was deprecated for a while and was blocking us from supporting more platforms.
In the future, Sentier will take its place.
:enumset
is a new module which will implement performant Set implementations for small integer sets and for enums.
It is not yet complete as of this release.
Pedestal Weak is a new module to use weak reference and associated data structures from common Kotlin code!
tester
module (#89f4d925, !119)