Skip to content

Releases: biowasm/aioli

Aioli 1.5.0

16 Jul 13:28
f7ed43a
Compare
Choose a tag to compare

New features:

  • Support SIMD feature detection. If a package requires SIMD (determined by querying config.json on cdn.biowasm.com) and the user does not have SIMD enabled in their browser, Aioli will load the non-SIMD version of the WebAssembly module automatically. In other words, apps using Aioli don't need to do feature detection themselves.

Aioli 1.4.1

25 Oct 19:54
Compare
Choose a tag to compare

Bug fixes:

  • Separate out class properties and object properties to make sure can run multiple Aioli objects on the same page

Aioli 1.4.0

24 Oct 22:12
ebd47b5
Compare
Choose a tag to compare

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");

Aioli 1.3.0

06 Jun 03:54
Compare
Choose a tag to compare

New features:

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

Aioli 1.2.1

15 May 22:39
Compare
Choose a tag to compare

New features:

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

Aioli 1.2.0

15 May 21:19
Compare
Choose a tag to compare

New features:

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

Bug fixes:

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

Aioli 1.1.3

25 Apr 23:41
Compare
Choose a tag to compare

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

Aioli 1.1.2

25 Apr 23:27
Compare
Choose a tag to compare

Same as Aioli 1.1.1, but having npm issues

Aioli 1.1.1

25 Apr 23:16
Compare
Choose a tag to compare

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

Aioli 1.1.0

12 Apr 15:05
fe1ee3f
Compare
Choose a tag to compare

Make Aioli code valid ES6 (PR #5)