Arash217

Results 2 comments of Arash217

I’m having the same issue on macOS 10.15.6 (Catalina) with Java 11, when trying to run the examples: ``` Exception in thread "main" java.lang.UnsatisfiedLinkError: no wasmer_jni in java.library.path: [/Users//Library/Java/Extensions, /Library/Java/Extensions,...

@bashor Within the Docker container I cloned the wasmer-java repo, manually installed required packages like Java, Gradle, etc. and then ran the examples using 'make run-example EXAMPLE=[name]'. Make sure you...