Module wasmer_c_api::wasm_c_api::unstable::engine [−][src]
Expand description
Unstable non-standard Wasmer-specific types for the
wasm_engine_t and siblings.
Functions
| wasm_config_canonicalize_nans | Updates the configuration to enable NaN canonicalization. |
| wasm_config_set_features | Unstable non-standard Wasmer-specific API to update the configuration to specify particular features for the engine. |
| wasm_config_set_target | Unstable non-standard Wasmer-specific API to update the configuration to specify a particular target for the engine. |
| wasmer_is_compiler_available | Check whether the given compiler is available, i.e. part of this compiled library. |
| wasmer_is_engine_available | Check whether the given engine is available, i.e. part of this compiled library. |
| wasmer_is_headless | Check whether there is no compiler available in this compiled library. |