Skip to content

Releases: ferus-web/ferus

0.2.2

29 Oct 00:51
Compare
Choose a tag to compare

This is the first release of Ferus with JavaScript support!
Primitives to modify the DOM with JS are coming next.

Improvements

  • The master will no longer be taken down by a hung-up child process
  • Child processes will no longer be taken down by a hung-up master

Building Ferus

Ferus requires one external dependency - simdutf

Once that is satisfied, you can run:

$ nimble build

to compile the worker and the master. You must ensure that they're stored in the same directory.

Running Ferus

$ ./ferus <file or URL>