Import and export trampolines, relocations, and wiring up everything.

This commit is contained in:
losfair
2020-05-04 23:21:19 +08:00
parent 2931e6d2ac
commit 4d4881b71f
7 changed files with 2714 additions and 2735 deletions

View File

@@ -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,