Skip to content

Commit 2b72af7

Browse files
committed
add frontmatter troubleshooting stylus partial
1 parent b4b71fb commit 2b72af7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/partials/_troubleshooting-stylus-partial.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
partial_type: troubleshooting
3+
title: 'Stylus Troubleshooting Guide'
4+
description: 'Common issues and solutions for Stylus smart contract development'
5+
author: anegg0
6+
last_reviewed: 2025-11-06
7+
---
8+
19
### How does Stylus manage security issues in smart contracts when interacting with so many different languages?
210

311
All languages are compiled to WASM for them to be able to work with Stylus. So it just needs to verify that the produced WASM programs behave as they should inside the new virtual machine.

0 commit comments

Comments
 (0)