Crate wasm_feature_detect_sys

Source
Expand description

Raw bindings to the wasm-feature-detect API for projects using wasm-bindgen

Functionsยง

big_int
Detector for the BigInt Integration feature proposal. Returns Promise<bool>.
bulk_memory
Detector for the Bulk Memory Operations feature proposal. Returns Promise<bool>.
exceptions
Detector for the Exception Handling feature proposal. Returns Promise<bool>.
multi_value
Detector for the Multi-Value feature proposal. Returns Promise<bool>.
mutable_globals
Detector for the Multi-Global feature proposal. Returns Promise<bool>.
reference_types
Detector for the Reference Types feature proposal. Returns Promise<bool>.
saturated_float_to_int
Detector for the Non-Trapping Float-to-Int Conversion feature proposal. Returns Promise<bool>.
sign_extensions
Detector for the Sign-Extension Operators feature proposal. Returns Promise<bool>.
simd
Detector for the SIMD feature proposal. Returns Promise<bool>.
tail_call
Detector for the Tail Call feature proposal. Returns Promise<bool>.
threads
Detector for the Threads feature proposal. Returns Promise<bool>.