Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 937 Bytes

CHANGELOG.md

File metadata and controls

22 lines (15 loc) · 937 Bytes

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.5 (2021-09-28)

Fixed data count size encoding.

0.0.4 (2021-09-28)

Put data count section in the right place

0.0.3 (2021-09-27)

Added export for WebAssembly types so that users can actually construct modules.

0.0.2

We don't speak about this version. Accidentally skipped it.

0.0.1 (2021-09-27)

Initial release. wasup is a library for encoding and decoding WebAssembly bytecode.

  • Added encoder for encoding WebAssembly bytecode.
  • Added decoder for decoding WebAssembly bytecode.
  • Added function to create empty module.