Skip to content

Commit 688bbbd

Browse files
Update component-model/src/language-support/rust.md
Co-authored-by: Victor Adossi <[email protected]>
1 parent 5bbe8e4 commit 688bbbd

File tree

1 file changed

+4
-1
lines changed
  • component-model/src/language-support

1 file changed

+4
-1
lines changed

component-model/src/language-support/rust.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,10 @@ package docs:[email protected] {
110110
}
111111
```
112112

113-
> **WARNING:** Building with `--release` removes all debug-related information from the resulting .wasm file. When prototyping or testing locally, you might want to avoid `--release` to obtain useful backtraces in case of errors (for example, with `wasmtime::WasmBacktraceDetails::Enable`). Note: the resulting .wasm file will be considerably larger (likely 4MB+).
113+
> [!WARNING]
114+
> Building with `--release` removes all debug-related information from the resulting .wasm file.
115+
>
116+
> When prototyping or testing locally, you might want to avoid `--release` to obtain useful backtraces in case of errors (for example, with `wasmtime::WasmBacktraceDetails::Enable`). Note: the resulting .wasm file will be considerably larger (likely 4MB+).
114117
115118
### Running a Component
116119

0 commit comments

Comments
 (0)