rvolosatovs requested alexcrichton for a review on PR #8244.
rvolosatovs requested wasmtime-core-reviewers for a review on PR #8244.
rvolosatovs opened PR #8244 from rvolosatovs:fix/export-file-input-stream
to bytecodealliance:main
:
Currently,
HostInputStream
is a public enum, meaning that embedders can e.g.delete
them from the table, match the cases and call methods onFileInputStream
stored inHostInputStream::File
, however embedders cannot name theFileInputStream
type, since it's contained in a privatefilesystem
module and not re-exported. Re-export to remove the need for embedders to always match on theHostInputStream
rather than just using theFileInputStream
directly
alexcrichton submitted PR review.
alexcrichton has enabled auto merge for PR #8244.
alexcrichton merged PR #8244.
Last updated: Nov 22 2024 at 16:03 UTC