Skip to content

Commit 7368294

Browse files
committed
Merge branch 'docs' into dev
2 parents cfc533e + 16eb4a4 commit 7368294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ ePass also provides an in-kernel supervisor that cooperates ePass core with the
99

1010
- **IR-based compilation**: Converts BPF programs to an SSA-based intermediate representation for code rewriting
1111
- **Flexible passes**: ePass core provides various APIs to analyze and manipulate the IR, allowing users to write flexible passes including static analyzing, runtime checks, and optimization.
12-
- **Verifier Aware**: ePass works with the existing verifier. The verifier is better for static verification while ePass focuses more on code rewriting and runtime verification.
12+
- **Verifier aware**: ePass works with the existing verifier. The verifier is better for static verification while ePass focuses more on code rewriting and runtime verification.
1313
- **User-friendly debugging**: ePass supports compiling to both kernel and userspace for easier debugging.
1414

15-
> ePass is under active development and we are improving its usability and safety. We welcome any suggestions and feedback. Feel free to open issues or [contact us](#contact-and-citation).
15+
> ⚠️ Warning: ePass is under active development and we are improving its usability and safety for production use. We welcome any suggestions and feedback. Feel free to open issues or [contact us](#contact-and-citation).
1616
1717
## Design Goals
1818

0 commit comments

Comments
 (0)