05nelsonm / encoding

A Kotlin Multiplatform library for configurable, streamable, efficient and extensible Encoding/Decoding with support for base16/32/64.
Apache License 2.0
33 stars 5 forks source link

Add `wasmJs` & `wasmWasi` support #97

Closed 05nelsonm closed 4 months ago

05nelsonm commented 1 year ago

Add support for wasm target

05nelsonm commented 1 year ago

Added the blocked label until Kotlin 1.9.0 release as there are some configuration improvements needed to support all js platforms for wasm (browser, nodejs, d8).

05nelsonm commented 8 months ago

Kotlin 1.9.20 introduced wasmJs and wasmWasi. Still marked as experimental though. Will wait until it moves out of experimental.