Aioli Versions Save

Framework for building fast genomics web tools with WebAssembly and WebWorkers

v1.4.0

3 years ago

New features:

  • Integrate with cdn.biowasm.com
  • Support custom (non-CDN) paths for Aioli module and for bioinformatics tool's .wasm / .js files
  • Aioli() constructor now supports object with parameters as input (string input still accepted as shorthand)
  • Support for sub-tools, e.g. new Aioli("seq-align/lcs/1.2");, new Aioli("seq-align/smith_waterman/1.2");

v1.3.0

3 years ago

New features:

  • Ability to send intermediary results from WebWorker to main thread without resolving Promise (#18)

v1.2.1

4 years ago

New features:

  • Default to using latest Aioli version from cdn.sandbox.bio if don't specify a version (#8)

v1.2.0

4 years ago

New features:

  • Allow sending custom file system commands to Emscripten FS (#11)

Bug fixes:

  • Mounting a URL fails (#12)
  • Mounting a Blob fails (#10)

v1.1.3

4 years ago

Same as Aioli 1.1.1 and 1.1.2, but having npm issues. Third time's the charm?

v1.1.2

4 years ago

Same as Aioli 1.1.1, but having npm issues

v1.1.1

4 years ago

Added a few more file system utility functions: cat and download

v1.1.0

4 years ago

Make Aioli code valid ES6 (PR #5)

v1.0.0

4 years ago

First release!