Commit fa9d989
committed
Add an extra assert to internal buffers in futures/streams
This is effectively already implied by the rest of the implementation
but by making this a first-class assert it makes it easier to verify the
subsequent `unsafe` code is correct.1 parent 2b8be12 commit fa9d989
File tree
1 file changed
+1
-0
lines changed- crates/wasmtime/src/runtime/component/concurrent/futures_and_streams
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| 226 | + | |
226 | 227 | | |
227 | 228 | | |
228 | 229 | | |
| |||
0 commit comments