Oleg Yukhnevich
03/02/2023, 9:30 AMwasm
support in skiko
, which helped me a lot 🙂
Is there any plans for allowing to somehow distribute, or easier link to external wasm
binaries?sdeleuze
03/02/2023, 9:38 AMOleg Yukhnevich
03/02/2023, 9:42 AMsdeleuze
03/02/2023, 9:45 AMOleg Yukhnevich
03/02/2023, 9:50 AMsdeleuze
03/02/2023, 9:50 AMOleg Yukhnevich
03/02/2023, 9:52 AMSvyatoslav Kuzmich [JB]
03/02/2023, 10:08 AMI was able to link native library to WASM/JSAwesome!
Is there any plans for allowing to somehow distribute, or easier link to externalWe want to improve this area, but we don’t have a concrete design yet. Feel free to report an issue to YouTrack with your use case.binaries?wasm
Oleg Yukhnevich
03/02/2023, 10:15 AMQuestions
in repository readme - I will convert them to YouTrack issues in coming days 🙂Matt Nelson
03/02/2023, 10:24 AMRandom
which is not providing cryptographically secure random numbers, which anything built atop of will be borked 😢 .
See https://github.com/05nelsonm/secure-randomOleg Yukhnevich
03/02/2023, 10:28 AMRandom
at all in ffi-kotlin
🙂
On the other side, secure random is provided in https://github.com/whyoleg/cryptography-kotlin (but it’s another library)Matt Nelson
03/02/2023, 10:30 AM