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