mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 14:18:20 +00:00
Import and export trampolines, relocations, and wiring up everything.
This commit is contained in:
@@ -13,10 +13,10 @@ pub struct SinglepassConfig {
|
||||
pub enable_nan_canonicalization: bool,
|
||||
|
||||
/// Enable stack check.
|
||||
///
|
||||
///
|
||||
/// When enabled, an explicit stack depth check will be performed on entry
|
||||
/// to each function to prevent stack overflow.
|
||||
///
|
||||
///
|
||||
/// Note that this doesn't guarantee deterministic execution across
|
||||
/// different platforms.
|
||||
pub enable_stack_check: bool,
|
||||
|
||||
Reference in New Issue
Block a user