Returns whether Draco compression is supported at runtime.
Draco is NOT currently supported in WASM builds because draco-oxide
(the only pure-Rust Draco implementation) transitively depends on
getrandom@0.3 via ahash@0.8 → tobj@4.0, and getrandom@0.3
requires the wasm_jsconfiguration flag (set via RUSTFLAGS) which
cannot be enabled from Cargo.toml alone.
For native (non-WASM) builds, Draco support may be added in a future version.
Returns whether Draco compression is supported at runtime.
Draco is NOT currently supported in WASM builds because
draco-oxide(the only pure-Rust Draco implementation) transitively depends ongetrandom@0.3viaahash@0.8→tobj@4.0, andgetrandom@0.3requires thewasm_jsconfiguration flag (set via RUSTFLAGS) which cannot be enabled from Cargo.toml alone.For native (non-WASM) builds, Draco support may be added in a future version.