Bump @bjorn3/browser_wasi_shim from 0.2.20 to 0.3.0
Bumps @bjorn3/browser_wasi_shim from 0.2.20 to 0.3.0.
Release notes
Sourced from @bjorn3/browser_wasi_shim's releases.
v0.3.0
Unless you are implementing the Fd interface yourself, the only change you may need to make is changing something like
new Directory({ "foo.c": foo_file })tonew Directory([["foo.c", foo_file]])and similarly forPreopenDirectory.What's Changed
- Rework the public api and implement a bunch of missing methods by
@bjorn3in bjorn3/browser_wasi_shim#73Full Changelog: https://github.com/bjorn3/browser_wasi_shim/compare/v0.2.21...v0.3.0
v0.2.21
What's Changed
- fix: reexport the WASIProcExit error so it can be caught when calling exported functions by
@HarikrishnanBalagopalin bjorn3/browser_wasi_shim#71- Couple of fixes by
@bjorn3in bjorn3/browser_wasi_shim#72Full Changelog: https://github.com/bjorn3/browser_wasi_shim/compare/v0.2.20...v0.2.21
Commits
a06d30eFix example in README.mdc9ede37Merge pull request #73 from bjorn3/v0.333243dbFuse fd_prestat_dir_name into fd_prestat_getbbdfeeeRemove a couple of methods from Fdd224e9dAdd missing BADF return in path_create_directorya5d4136Less verbose exception message in rustc.htmle03d88aMove UTF-8 encoding of prestat dir name to wasi.ts434f20ePass Uint8Array from/to fd_read/fd_write647ce67Bump to v0.3.0a510ef9Rename fs_core.ts to fs_mem.ts- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)