Skip to content

Commit 14091e7

Browse files
Remove emojis
1 parent e4c6d6d commit 14091e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It provides:
1111
This runtime is inspired by `mio` but is purpose-built for WASI environments.
1212

1313

14-
## Features
14+
## Features
1515

1616
- **`block_on()`**
1717
Runs an async function to completion, driving timers, I/O readiness, and spawned tasks.
@@ -30,7 +30,7 @@ This runtime is inspired by `mio` but is purpose-built for WASI environments.
3030
- **Partial Support for Sockets**
3131
- At this point sockets can only connect but planned support is coming to the future
3232

33-
## 🚀 Example
33+
## Example
3434

3535
Here’s a minimal example using `block_on` and `spawn`:
3636

0 commit comments

Comments
 (0)