macho: read the entire file contents into memory at once

This commit is contained in:
Jakub Konka
2022-07-03 10:11:58 +02:00
parent 7ec9a4f382
commit b81c48d985
4 changed files with 105 additions and 125 deletions

View File

@@ -9,5 +9,5 @@ inline fn fibonacci(n: usize) usize {
}
// run
// target=x86_64-linux,arm-linux,x86_64-macos,wasm32-wasi
// target=x86_64-linux,arm-linux,wasm32-wasi
//