feat(c-api) Implement Debug for wasm_target_t.

This commit is contained in:
Ivan Enderlin
2021-01-29 14:26:38 +01:00
parent 1eec258550
commit bc5bbfdeef

View File

@@ -65,6 +65,7 @@ use wasmer_compiler::{CpuFeature, Target, Triple};
/// # Example
///
/// See the module's documentation.
#[derive(Debug)]
#[allow(non_camel_case_types)]
pub struct wasm_target_t {
pub(crate) inner: Target,