streamDropReadableHandle method
Executes stream.drop-readable with a readable endpoint handle.
Implementation
void streamDropReadableHandle(int readable) {
_requireKind(WasmComponentCanonicalKind.streamDropReadable);
_requireValueType().streamDropReadableHandle(readable);
}