mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-24 09:19:25 +00:00
Fix section names for MachO.
This commit is contained in:
@ -36,7 +36,7 @@ use wasmer_compiler::{
|
||||
};
|
||||
use wasmer_vm::{MemoryStyle, ModuleInfo, TableStyle};
|
||||
|
||||
const FUNCTION_SECTION: &str = "__TEXT__,wasmer_function";
|
||||
const FUNCTION_SECTION: &str = "__TEXT,wasmer_function";
|
||||
|
||||
fn to_compile_error(err: impl std::error::Error) -> CompileError {
|
||||
CompileError::Codegen(format!("{}", err))
|
||||
|
Reference in New Issue
Block a user