doc(c-api) Mark some types as unstable.

This commit is contained in:
Ivan Enderlin
2021-01-29 14:39:59 +01:00
parent fd39a74c6f
commit 3c5692ca2f
3 changed files with 18 additions and 9 deletions

View File

@@ -1,7 +1,8 @@
use super::super::engine::wasm_config_t;
use super::target_lexicon::wasm_target_t;
/// Updates the configuration to specify a particular target for the engine.
/// Unstable non-standard Wasmer-specific API to update the
/// configuration to specify a particular target for the engine.
///
/// # Example
///