LimeChain / Fruzhin

Java implementation of the Polkadot Host
Apache License 2.0
29 stars 1 forks source link

build: Add wasmer-java jar with all wasmer-jni dynamic libraries #466

Closed Zurcusa closed 3 months ago

Zurcusa commented 3 months ago

Description

Forcing the user to manually add the wasmer-jni libraries to their java extensions folder is quite a cumbersome task. Also not having all possible OS and architecture combinations in a wasmer-java.jar broke tests that are dependent on the wasmer library when running on different OS from the GH runners. That is fixes in this PR.

Fixes #462

Checklist:

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud