Skip to content

Releases: bjorn3/browser_wasi_shim

v0.3.0

11 Apr 11:43
Compare
Choose a tag to compare

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

  • Rework the public api and implement a bunch of missing methods by @bjorn3 in #73

Full Changelog: v0.2.21...v0.3.0

v0.2.21

08 Apr 19:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.20...v0.2.21

v0.2.20

11 Mar 11:22
Compare
Choose a tag to compare

What's Changed

  • Handle _initialize non existence in wasi reactor modules by @TerrorJack in #70

New Contributors

Full Changelog: v0.2.19...v0.2.20

v0.2.19

20 Jan 13:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.18...v0.2.19

v0.2.18

11 Jan 18:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.17...v0.2.18

v0.2.17

14 Dec 13:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.16...v0.2.17

v0.2.16

14 Nov 12:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.15...v0.2.16

v0.2.15

05 Sep 13:47
Compare
Choose a tag to compare

What's Changed

  • Add support for FileSystemSyncAccessHandle in OPFS by @ansemjo in #34
  • Add readonly flag to Files by @ansemjo in #35
  • shim sock_accept by @ansemjo in #38
  • return proper ERRNOs in OpenDirectory.path_open by @ansemjo in #37

New Contributors

Full Changelog: v0.2.14...v0.2.15

v0.2.14

13 Jun 12:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.13...v0.2.14

v0.2.13

10 Jun 10:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.12...v0.2.13