basisu_c_sys 0.9.0

Rust binding and wrappers for Basis Universal C API
Documentation
1
2
3
4
5
6
7
mod rust;

// `__errno_location` is defined in C (src/wasm_ffi/c/errno.c) with the
// correct `int *` signature.

#[cfg(all(target_arch = "wasm32", any(target_os = "unknown", target_os = "none"),))]
mod export;