-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c1219e
commit f919967
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
- [ ] Function entry/exit/unwind, e.g. wasm:fn:enter:before | ||
- [ ] wasm:pc:<glob> | ||
- [ ] wasm:fid:<glob> | ||
- [ ] thread operation events | ||
- [ ] gc operation events | ||
- [ ] memory access (read/write) events | ||
- [ ] table access (read/write) events | ||
- [ ] WASI component operation events, e.g. wasi:http:send_req:alt | ||
- [ ] BEGIN/END events | ||
- [ ] traps | ||
- [ ] exception throw/rethrow/catch events |