You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to use @WasmModuleInterface on prism generates the following error:
Compilation failure
[ERROR] /prism/java-wasm/target/generated-test-sources/test-annotations/org/prism/Prism_ModuleExports.java:[1212,18] method Exit(int) is already defined in interface org.prism.Prism_ModuleExports
Attempting to use
@WasmModuleInterface
on prism generates the following error:caused by the following generated code:
We should implement a mechanism to deduplicate clashing signatures after converting snake case to came case.
The text was updated successfully, but these errors were encountered: