Skip to content

Commit a090ea8

Browse files
Update docs/stylus/gentle-introduction.mdx
Co-authored-by: Pete <[email protected]>
1 parent 2987f0d commit a090ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/stylus/gentle-introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Stylus contracts need to be reactivated once per year (365 days) or after any St
5151

5252
#### Execution
5353

54-
When your Stylus program runs, it executes in a fork of [Wasmer](https://wasmer.io/), a WebAssembly runtime. Because Wasmer compiles to native machine code, it executes faster than Geth's EVM bytecode interpreter. This performance difference is the source of reduced gas costs for compute-intensive operations.
54+
When your Stylus program runs, it executes in a fork of [Wasmer](https://wasmer.io/), a WebAssembly runtime. Because Wasmer compiles to native machine code, it executes faster than Geth's EVM bytecode interpreter. This performance difference reduces gas costs for compute-intensive operations.
5555

5656
EVM contracts continue to work exactly as before. When a contract is called, the system checks whether it's an EVM contract or a WASM program and routes it to the appropriate runtime. Solidity and WASM contracts can call each other, so the language a contract was written in doesn't affect interoperability.
5757

0 commit comments

Comments
 (0)