Skip to content

Releases: fluencelabs/aquavm

Aquamarine 0.0.24

21 Dec 15:39
b3bde7d
Compare
Choose a tag to compare
Aquamarine 0.0.24 Pre-release
Pre-release
Update images in readme (#45)

Aquamarine 0.0.23

21 Dec 15:33
3ef8f99
Compare
Choose a tag to compare
Aquamarine 0.0.23 Pre-release
Pre-release
Update images in readme (#44)

Aquamarine 0.0.22

18 Dec 16:22
Compare
Choose a tag to compare
Aquamarine 0.0.22 Pre-release
Pre-release
Continue if wasm-pack is installed

Aqumarine v0.1.3

11 Nov 11:48
5a2e9a5
Compare
Choose a tag to compare
  • Switched to the new LALRPOP parser (PR 13):

    • arguments should be wrapped wit square braces []
    • empty results in call allowed and lead to forget a call result
  • Added a few benchmarks

  • Fixed behaviour of the Xor instruction with inner Par instructions (PR 19)

  • Iterator in the Fold becomes resolvable (PR 23)

Aqumarine v0.1.2

01 Nov 14:31
Compare
Choose a tag to compare
  • Added new data format (PR 12):
    • previously data was a hashmap with variable names to values, and now it is call evidence path that contains call and par evidence states
    • logger is refactored and supports now several log targets
    • stepper decoupled into two crates: stepper-lib and stepper.