Skip to content

Releases: taybenlor/runno

v0.7.0 - Add support for Reactors

22 Jan 11:40
dd5e0f5
Compare
Choose a tag to compare

Adds support for Reactors and fixes #217

v0.6.2 - Fix STDIN hanging on headless run

03 Dec 10:37
473c544
Compare
Choose a tag to compare

Fixes an issue where programs waiting on EOF on STDIN would hang on headless run. Thanks @Syuparn for submitting this fix!

Allow passing custom memory

12 Oct 13:06
6201cd8
Compare
Choose a tag to compare

Allows passing custom memory to a WASI instance so it can use memory provided to the binary, as well as memory exported from the binary.

Thanks to @dmarcos for the feature request and answering all my questions.

Refactor WASI API

11 Oct 12:26
1fe1062
Compare
Choose a tag to compare

Update @runno/wasi WASI API surface to match NodeJS and allow for custom WASM instantiation.

Fully remove dep on @runno/host

24 Sep 02:08
5fe65f4
Compare
Choose a tag to compare

There was an issue making v0.5.4, and v0.5.5 fail to install due to a dep on @runno/host.

Fixes an issue with autorun timing and files

20 Sep 12:48
0fd2386
Compare
Choose a tag to compare

v0.5.3 - Presentational fixes to runno-wasi

27 Aug 12:32
bc964f3
Compare
Choose a tag to compare

Fixes some presentational/styling issues with runno-wasi where the terminal would overflow the container.

v0.5.2 - Fix headless ruby in @runno/runtime

25 Aug 13:58
af74a60
Compare
Choose a tag to compare

Fixes #253 - an issue in running Ruby in headless mode.

The configuration for the base filesystem was not being used by the headless runtime implementation.

v0.5.1 - Fix read & buffer bugs in @runno/wasi

12 Jul 00:04
d8f6bbb
Compare
Choose a tag to compare

This release fixes two bugs in @runno/wasi. Thanks to @jabinb for doing the investigation and fixes.

  • Fixes a bug where the first write buffer allocation could be undersized for the requested amount of bytes
  • Fixes a bug where reads were using the wrong indexing

v0.5.0 - Add support for PHP

13 Jun 11:20
0c22e1a
Compare
Choose a tag to compare

This release adds a new runtime php-cgi. This runtime uses the PHP release by VMWare Labs (see: webassembly-language-runtimes).

Because of the way CGI works it doesn't really use STDIN - I haven't really figured out what the best way to do PHP is. But I'm chucking it up because why not. If you have any feedback please post in discussions!