Skip to content

0.2.2

Latest
Compare
Choose a tag to compare
@xTrayambak xTrayambak released this 29 Oct 00:51
· 45 commits to main since this release

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>