Replies: 1 comment
-
You can write a custom TeaVM plugin. Just implement |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I want to write my own ClassTransformer to mutate the constructor of the java.lang.Object class using TeaVM. Currently I am using the Gradle plugin to generate a JS bundle. How can I add a custom ClassTransformer to the gradle TeaVM tool generating the JS code?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions