Skip to content

Commit

Permalink
[doc] Add monitor idea for Wasm GC
Browse files Browse the repository at this point in the history
  • Loading branch information
titzer committed Feb 23, 2025
1 parent be6e5aa commit 99de923
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/MonitorIdeas.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,9 @@ This monitor could statically detect pure functions (through simple analysis) an
## `metadata` Monitor

This monitor would track and report engine-level metadata for a Wasm program, including the sizes of data structures used to represent the code and data.

## `r3-gc` Monitor extension

Wizard includes a monitor capable of recording a Wasm program's interactions with the outside world and producing a replay module that executes the original program with generated functions that replay the original execution.
However, due to limitations in how this monitor works, it doesn't support Wasm GC.
This monitor should be extended to support structs, arrays, and function references.

0 comments on commit 99de923

Please sign in to comment.