LimeChain / Fruzhin

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

Remove wasmer-setup folder and make dynamic libs be loaded dynamically #462

Closed georg-getz closed 3 months ago

georg-getz commented 3 months ago

The goal of the task is to decouple the user's knowledge about the dynamic libs which handle wasm files by no longer having all of the possible os-arch combinations listed in a file but rather to get them from the releases of wasmer-java as they now include the dynamic lib combos of os-arch in the release assets. They are zipped because of name collision. Here is an example release containing them.