Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 662 Bytes

CHANGES.md

File metadata and controls

20 lines (15 loc) · 662 Bytes

unreleased

  • owi opt and owi sym can run on .wasm files directly
  • remove dependency on wabt
  • better API for Parse, Compile and Simplified (renamed to Binary), added a Binary_to_text module
  • add owi conc subcommands and owi c --concolic: concolic mode
  • start benchmarking against test-comp
  • fix handling of select and call_indirect in the text format

0.2 - 2024-04-24

  • use a subcommand system for the owi binary
  • add owi c, owi fmt, owi opt, owi sym, owi validate and owi wasm2wat subcommands
  • add a fuzzer
  • add a profiling mode
  • make spectec print stuff for real

0.1 - 2023-01-14

  • first release