hook up wasi to wasmer

This commit is contained in:
Mark McCaskey
2019-03-28 12:19:23 -07:00
parent c045da3de6
commit bc863fcf0c
6 changed files with 33 additions and 1 deletions

View File

@ -21,6 +21,7 @@ pub struct ResultObject {
#[derive(PartialEq)]
pub enum InstanceABI {
Emscripten,
WASI,
None,
}