mirror of
https://github.com/fluencelabs/interface-types
synced 2025-06-26 13:11:41 +00:00
feat(interface-types) Introduce the wasm::structures::MemoryView
trait.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
use crate::interpreter::Instruction;
|
||||
use std::str;
|
||||
|
||||
#[derive(PartialEq, Debug)]
|
||||
#[derive(PartialEq, Clone, Debug)]
|
||||
pub enum InterfaceType {
|
||||
Int,
|
||||
Float,
|
||||
|
Reference in New Issue
Block a user