Add derive(Debug) to Export.
This commit is contained in:
@@ -6,6 +6,7 @@ use vmcontext::{
|
||||
use wasmtime_environ::{MemoryPlan, TablePlan};
|
||||
|
||||
/// The value of an export passed from one instance to another.
|
||||
#[derive(Debug)]
|
||||
pub enum Export {
|
||||
/// A function export value.
|
||||
Function {
|
||||
|
||||
Reference in New Issue
Block a user