Web Assembly? #73
Unanswered
JonnyTsGitHub
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use this library in a kotlin multiplatform project, but when I build wasm it complains that it can't find a matching variant for wasm.
This is the error:
No matching variant of com.github.h0tk3y.betterParse:better-parse:0.4.4 was found. The consumer was configured to find a library for use during 'kotlin-runtime', preferably optimized for non-jvm, as well as attribute 'org.jetbrains.kotlin.js.public.package.json' with value 'public-package-json', attribute 'org.jetbrains.kotlin.platform.type' with value 'wasm', attribute 'org.jetbrains.kotlin.wasm.target' with value 'js' but:
... followed by a list of all the variants
Does this library support wasm?
Beta Was this translation helpful? Give feedback.
All reactions