Skip to content

Commit

Permalink
Create events.md (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
ejrgilbert authored Dec 4, 2024
1 parent 8c1219e commit f919967
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ideas/events.md
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

0 comments on commit f919967

Please sign in to comment.