Skip to content

Commit 529929b

Browse files
docs(Grove): Standardize technical term formatting in security section
Apply Markdown backticks to `WASM` and `WASMtime` within the security features list of the README.md to align with project documentation standards. This ensures visual distinction for technical terminology consistent with previous updates to the file. This change maintains style consistency across all technical references in the Grove documentation.
1 parent 0d71bba commit 529929b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@ async fn main() -> anyhow::Result<()> {
277277

278278
Grove provides security through:
279279

280-
1. **WASM Sandboxing**: Isolated execution environment via WASMtime
280+
- **`WASM` Sandboxing**: Isolated execution environment via `WASMtime`
281+
281282
2. **Memory Limits**: Configurable memory constraints for extensions
282283
3. **Resource Controls**: CPU and resource throttling
283284
4. **Type Safety**: Rust's ownership system ensures memory safety

0 commit comments

Comments
 (0)