mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-13 00:51:20 +00:00
Hopefully finish the memory manager implementation for llvm RuntimeDyLd
This commit is contained in:
@ -49,6 +49,7 @@ lazy_static! {
|
||||
use std::io::Read;
|
||||
let mut s = String::new();
|
||||
file.read_to_string(&mut s).unwrap();
|
||||
s.truncate(s.len() - 4);
|
||||
Some(s)
|
||||
} else {
|
||||
None
|
||||
|
Reference in New Issue
Block a user