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
I try to run a wasm jni program in InteliJ on macOS , but I didn't make a success .
Additional details
Exception in thread "main" java.lang.UnsatisfiedLinkError: no wasmer_jni in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at org.wasmer.Instance.(Instance.java:17)
at Main.main(Main.java:18)
The text was updated successfully, but these errors were encountered:
Summary
I try to run a wasm jni program in InteliJ on macOS , but I didn't make a success .
Additional details
Exception in thread "main" java.lang.UnsatisfiedLinkError: no wasmer_jni in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at org.wasmer.Instance.(Instance.java:17)
at Main.main(Main.java:18)
The text was updated successfully, but these errors were encountered: