Nick Fitzgerald
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
crates/wasmtime/src/config.rs
|
|
@ -1367,7 +1367,7 @@ impl Config { |
|
|
|
/// Configures whether compiled artifacts will contain information to map
|
|
|
|
/// native program addresses back to the original wasm module.
|
|
|
|
///
|
|
|
|
/// This configuration option is `true` by default and, if enables,
|
|
|
|
/// This configuration option is `true` by default and, if enabled,
|
|
|
|
/// generates the appropriate tables in compiled modules to map from native
|
|
|
|
/// address back to wasm source addresses. This is used for displaying wasm
|
|
|
|
/// program counters in backtraces as well as generating filenames/line
|
|
|
|