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
Currently, this crate fails to compile in wasm, unless the wasm feature flag is provided.
This comes from the fact that wasm-specific dependencies are specified under a feature flag instead of being specified as platform-specific dependencies :
Hello !
Currently, this crate fails to compile in wasm, unless the
wasm
feature flag is provided.This comes from the fact that wasm-specific dependencies are specified under a feature flag instead of being specified as platform-specific dependencies :
Clarabel.rs/Cargo.toml
Line 58 in 7036899
Using platform-specific dependencies with
would allow the code to compile for wasm without having to specify a feature flag.
This is especially useful to users for whom clarabel is a sub-dependency.
See rust-or/good_lp#63
The text was updated successfully, but these errors were encountered: