-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I'm experimenting with Kotlin/Wasm and facing an issue you might be able to help with...
I've downloaded kotlinc 2.0.0-Beta3, and kotlinc-js -version shows the correct version.
When I run:
kotlinc-js src/main/kotlin/Test.kt -Xwasm -Xwasm-target=wasm -ir-output-name test.js -ir-output-dir out/wasm -kotlin-home /Users/ericvergnaud/Development/kotlinc
I get:
exception: java.lang.IllegalStateException: Class not found: kotlin/Float
How do I tell kotlin-js where to find builtins (I thought -kotlin-home was about that) ?
Btw where are they actually located ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels