diff --git a/lib/runtime-core/src/backend.rs b/lib/runtime-core/src/backend.rs index a069f5117..bc21cdcdd 100644 --- a/lib/runtime-core/src/backend.rs +++ b/lib/runtime-core/src/backend.rs @@ -110,7 +110,7 @@ pub struct CompilerConfig { /// Symbol information generated from emscripten; used for more detailed debug messages pub symbol_map: Option>, - /// 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`.