mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 13:18:20 +00:00
Fixed trampoline section name.
This commit is contained in:
@@ -25,7 +25,7 @@ pub struct FuncTrampoline {
|
||||
target_machine: TargetMachine,
|
||||
}
|
||||
|
||||
const FUNCTION_SECTION: &str = "__TEXT__,wasmer_trampoline";
|
||||
const FUNCTION_SECTION: &str = "__TEXT__,wasmer_t"; // Needs to be between 1 and 16 chars
|
||||
|
||||
impl FuncTrampoline {
|
||||
pub fn new(target_machine: TargetMachine) -> Self {
|
||||
|
||||
Reference in New Issue
Block a user