feat(interface-types) Continue the WAT encoder.

This commit is contained in:
Ivan Enderlin
2019-09-18 16:37:57 +02:00
parent b64aef187d
commit 0352e39741
2 changed files with 328 additions and 75 deletions

View File

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