mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 22:28:21 +00:00
feat(c-api) Implement Debug for wasm_target_t.
This commit is contained in:
@@ -65,6 +65,7 @@ use wasmer_compiler::{CpuFeature, Target, Triple};
|
|||||||
/// # Example
|
/// # Example
|
||||||
///
|
///
|
||||||
/// See the module's documentation.
|
/// See the module's documentation.
|
||||||
|
#[derive(Debug)]
|
||||||
#[allow(non_camel_case_types)]
|
#[allow(non_camel_case_types)]
|
||||||
pub struct wasm_target_t {
|
pub struct wasm_target_t {
|
||||||
pub(crate) inner: Target,
|
pub(crate) inner: Target,
|
||||||
|
|||||||
Reference in New Issue
Block a user