Releases: bjorn3/browser_wasi_shim
Releases · bjorn3/browser_wasi_shim
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 })
to new Directory([["foo.c", foo_file]])
and similarly for PreopenDirectory
.
What's Changed
Full Changelog: 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 @HarikrishnanBalagopal in #71
- Couple of fixes by @bjorn3 in #72
Full Changelog: v0.2.20...v0.2.21
v0.2.20
What's Changed
- Handle
_initialize
non existence in wasi reactor modules by @TerrorJack in #70
New Contributors
- @TerrorJack made their first contribution in #70
Full Changelog: v0.2.19...v0.2.20
v0.2.19
v0.2.18
What's Changed
- fix: Return 0 from
WASI.start()
on success by @kateinoigakukun in #61 - test: Setup browser test adapter for wasi-testsuite by @kateinoigakukun in #62
- Introduce type hints in a couple more places by @bjorn3 in #63
- Add default export by @bjorn3 in #65
Full Changelog: v0.2.17...v0.2.18
v0.2.17
What's Changed
- feat: implement path_remove_directory and path_unlink_file system calls by @Prakhar-Agarwal-byte in #50
- fix: return ENOTSUP instead of -1 for unsupported syscalls by @kateinoigakukun in #51
- feat: Return exit code from WASI.start() by @kateinoigakukun in #53
- feat: Implement
clock_res_get
,fd_pwrite
, andfd_tell
by @kateinoigakukun in #55 - feat: Export WASI definitions including constants and types by @kateinoigakukun in #57
- test: Setup wasi-testsuite with Node.js adapter by @kateinoigakukun in #56
- fix: Resolve cyclic import between
fs_core.ts
<->fs_fd.ts
by @kateinoigakukun in #60
New Contributors
- @Prakhar-Agarwal-byte made their first contribution in #50
- @kateinoigakukun made their first contribution in #51
Full Changelog: v0.2.16...v0.2.17
v0.2.16
What's Changed
- Made project more accessible to contributions by @jsoverson in #39
- fix: bug where os.Stat on a non-existent file would return "File exists" error by @HarikrishnanBalagopal in #41
- feat: implement fd_pread (similar to fd_read) by @HarikrishnanBalagopal in #45
- fix: error code from path_open is not correct when trying to open a non-directory as a directory by @HarikrishnanBalagopal in #48
New Contributors
- @jsoverson made their first contribution in #39
- @HarikrishnanBalagopal made their first contribution in #41
Full Changelog: v0.2.15...v0.2.16