philss / rustler_precompiled

Use precompiled NIFs from trusted sources in your Elixir code
182 stars 26 forks source link

feat: add `--skip-unavailable` flag to skip downloading unavailable artifacts #8

Closed fahchen closed 2 years ago

fahchen commented 2 years ago

This is useful when you are developing a new NIF that does not support all platforms.

mix rustler_precompiled.download YourRustlerModule --all --ignore-unavailable

The usage: https://github.com/tessi/wasmex/pull/321

philss commented 2 years ago

@fahchen thank you! :purple_heart: I will release a new version with this feature.

philss commented 2 years ago

@fahchen published as version 0.3.0 :)