Replies: 1 comment 2 replies
-
|
Did you try to use
Perhaps you are not logging the errors right. This should have been a specific method name substituted for {{m0}}. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I removed all fields and methods from one class and added all from another class. I also included "static native" methods in the empty class. During the building process, I encountered many errors stating, 'Method {{m0}} was not found.' My goal is to replace a class with another class if the target is JavaScript instead of wasm-gc. The transformer will not run if the target is wasm-gc. Any ideas how to achive this?
Beta Was this translation helpful? Give feedback.
All reactions