feat(interface-types) Introduce the wasm::structures::MemoryView trait.

This commit is contained in:
Ivan Enderlin
2019-09-28 00:55:35 +02:00
parent a27782ac66
commit f206ccd55f
8 changed files with 96 additions and 79 deletions

View File

@ -1,7 +1,7 @@
use crate::interpreter::Instruction;
use std::str;
#[derive(PartialEq, Debug)]
#[derive(PartialEq, Clone, Debug)]
pub enum InterfaceType {
Int,
Float,