Hi,
I'm using libwasmtime, C API of wasmtime, to build a wasm module for NGINX Unit.
Previously it worked well by specifying crates/c-api/Cargo.toml configuration for cargo.
Since 15.0.0 that doesn't work anymore. Could you guide me how can I build a static library
for the recent version?
Thank you.
Hi,
I'm using
libwasmtime, C API ofwasmtime, to build awasmmodule for NGINX Unit.Previously it worked well by specifying
crates/c-api/Cargo.tomlconfiguration forcargo.Since 15.0.0 that doesn't work anymore. Could you guide me how can I build a static library
for the recent version?
Thank you.