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.
We don't speak about this version. Accidentally skipped it.
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.