wasmerio / wasmer-java

☕ WebAssembly runtime for Java
https://medium.com/wasmer/announcing-the-first-java-library-to-run-webassembly-wasmer-jni-89e319d2ac7c
MIT License
593 stars 55 forks source link

failed for task ':buildRust' #62

Closed ivanvolkoff closed 3 years ago

ivanvolkoff commented 3 years ago

Summary

I try to run a wasm jni program in InteliJ on macOS , but I didn't make a success .

It fails with :

Execution failed for task ':buildRust'.
> Process 'command 'make'' finished with non-zero exit value 2

debug options says this:

make: *** [build-rust-amd64-darwin] Error 1

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':buildRust'.
> Process 'command 'make'' finished with non-zero exit value 2
Hywan commented 3 years ago

Hello,

Do you have some details about what failed exactly? I can't help with that few information :-).

ivanvolkoff commented 3 years ago

Turned out to be a problem on my machine. Sorry :)

Hywan commented 3 years ago

No worry :-). Thank you for using wasmer-java. If there is anything I can do to help, please ping me.