mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-19 03:41:22 +00:00
Fixup/comment out to get things compiling
This commit is contained in:
@ -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) }
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user