Fix other issues with emscripten integration

This commit is contained in:
Steve Akinyemi
2019-01-11 20:47:41 +01:00
parent ba6828c3d4
commit 927f6e4155
5 changed files with 117 additions and 115 deletions

View File

@ -8,8 +8,8 @@ use std::mem;
use std::os::raw::c_char;
use super::utils::{allocate_on_stack, copy_cstr_into_wasm, copy_terminated_array_of_cstrs};
use super::EmscriptenData;
use wasmer_runtime::{types::Value, Instance};
//use super::EmscriptenData;
//impl Instance {
// pub fn memory_offset_addr(&self, index: usize, offset: usize) -> *const usize {