mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 21: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
|
||||
///
|
||||
/// See the module's documentation.
|
||||
#[derive(Debug)]
|
||||
#[allow(non_camel_case_types)]
|
||||
pub struct wasm_target_t {
|
||||
pub(crate) inner: Target,
|
||||
|
||||
Reference in New Issue
Block a user