Replies: 1 comment 1 reply
-
Where did you take this?
Where did you take this?
First, start with easy way, I.e. with building js with unmodified TeaVM, then try with less direct options with wasm. Learn |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to build TeaVM with WASI support, specifically with modifications to the
org.teavm.backend.wasm.wasi.Wasi
class. I have tried using the commands./gradlew publishToMavenLocal
and./gradlew :tools:wasm-disassembly:build
, but I don't see any artifacts in.m2/repository/org/teavm/teavm-wasm*
or anything similar.Additionally, I would like to build a Java example that uses the modified
org.teavm.backend.wasm.wasi.Wasi
class. Could you provide guidance on how to achieve this?Beta Was this translation helpful? Give feedback.
All reactions