You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi,
I'm using
libwasmtime
, C API ofwasmtime
, to build awasm
module for NGINX Unit.Previously it worked well by specifying
crates/c-api/Cargo.toml
configuration 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.
The text was updated successfully, but these errors were encountered: