mirror of
https://github.com/fluencelabs/wasmer
synced 2025-05-12 02:27:11 +00:00
Improve comment for memory_bound_check_mode
.
Co-Authored-By: nlewycky <nick@wasmer.io>
This commit is contained in:
parent
bb79df7e69
commit
fe5ed7b27a
@ -110,7 +110,7 @@ pub struct CompilerConfig {
|
||||
/// Symbol information generated from emscripten; used for more detailed debug messages
|
||||
pub symbol_map: Option<HashMap<u32, String>>,
|
||||
|
||||
/// Optionally override the automatically determined memory bound check mode.
|
||||
/// How to make the decision whether to emit bounds checks for memory accesses.
|
||||
pub memory_bound_check_mode: MemoryBoundCheckMode,
|
||||
|
||||
/// Whether to generate explicit stack checks against a field in `InternalCtx`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user