Fixup/comment out to get things compiling

This commit is contained in:
Brandon Fish
2019-01-29 23:08:03 -06:00
parent 30caeb0810
commit cf325f7cd6
7 changed files with 1998 additions and 1990 deletions

View File

@ -1,6 +1,6 @@
macro_rules! emscripten_memory_pointer {
($memory:expr, $pointer:expr) => {
unsafe { $memory.as_ptr().add($pointer as usize) }
0 as usize
// unsafe { $memory.as_ptr().add($pointer as usize) }
};
}