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>
.