wasm-spatial-core
    Preparing search index...

    Function supportsDraco

    • 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.8tobj@4.0, and getrandom@0.3 requires the wasm_js configuration 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 boolean