()
| 131 | |
| 132 | const memory = () => new WebAssembly.Memory({ initial: 1 }); |
| 133 | const noop = () => {}; |
| 134 | const stubParse = () => 0n; |
| 135 | |
| 136 | it("accepts a matching contract version and binds capabilities by export presence", async () => { |
nothing calls this directly
no outgoing calls
no test coverage detected