insertPersistentInputStream method
Inserts a host-owned input stream outside component runtime scopes.
Implementation
int insertPersistentInputStream(WASIPreview2InputStream stream) {
return table.insertPersistent<WASIPreview2InputStream>(
_inputStreamType,
stream,
);
}