mirror of
https://github.com/extism/extism.git
synced 2026-01-10 06:18:00 -05:00
The `x86_64-unknown-linux-musl` target does not build dynamic libraries for now: ``` warning: dropping unsupported crate type `cdylib` for target `x86_64-unknown-linux-musl` ``` A target may now be optionally specified to the root `Makefile`, example: `make RUST_TARGET=x86_64-unknown-linux-musl && sudo make RUST_TARGET=x86_64-unknown-linux-musl install` The new musl targets may be used to create entirely static binaries with libextism. See the new `musl-static` target in `libextism/Makefile`