Skip to content

Releases: runtimeverification/py-wasm

0.3.1

21 May 18:53
19f5a32

Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0: Wrap instructions with position info for tracing

08 Apr 13:12

Choose a tag to compare

This release introduces a helper instruction wrapper (InstructionWithPos) to attach source position metadata to parsed Wasm instructions

Use HTTPS submodule for Poetry compatibility

10 Apr 15:56
e5fb6ed

Choose a tag to compare

This is a minor release that fixes an issue where this repository could not be easily installed on GitHub hosted runners because of the SSH submodule; no actual code is affected.

Table and reference instructions

16 Jan 14:20
2852f9f

Choose a tag to compare

What's Changed

  • Binary parser for table and reference instructions by @bbyalcinkaya in #4

Full Changelog: 0.1.1...0.2.0

0.1.1

13 Nov 14:16
2ec8ffc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.0-alpha.0...0.1.1

0.1.0-alpha.0

14 Aug 11:00

Choose a tag to compare

Initial version