We really need core JS types for the `wasmJs` targ...
# javascript
e
We really need core JS types for the
wasmJs
target at this point. Otherwise it's difficult to evolve on that platform. @turansky would it be possible to enable the target for the kotlin-js subproject in kotlin-wrappers?
a
We trully need a vanillaJs (interoperable with kotlin/WasmJS) We also need browser specific (but also interoperable with kotlin/wasmJs
t
would it be possible to enable the target for the kotlin-js subproject in kotlin-wrappers?
AFAIK just enabling doesn't work
Issue with list of types, which can be used in
wasmJs
, examples, use cases - fine next step 😉
b
Also interested. I mainly use kotlin-wrappers for subtle.crypto and currently adding wasmjs to https://gitlab.com/trixnity/trixnity would be a pain without wasmjs support in kotlin-wrappers...