Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 2.3 KB

CHANGELOG.md

File metadata and controls

65 lines (34 loc) · 2.3 KB

Change Log

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

1.2.0 (2018-10-17)

Features

  • use webassembly-loader internally (#26) (1eaeed4)

1.1.2 (2018-09-04)

1.1.1 (2018-09-04)

Bug Fixes

  • stencil: fix buffer missing in stencil build (64f313d)

1.1.0 (2018-08-26)

Bug Fixes

  • test: fix allocation failure GC in old space (5e35543)
  • warning: add buffer as external dependency (9b9a093)

Features

  • async: able to compile wasm asynchronously (80c270d)

1.0.2 (2018-08-17)

Bug Fixes

  • release: forgot to build before publish 😱 (2a3c786)

1.0.1 (2018-08-17)

Bug Fixes

  • release: forgot to build before publish 😱 (0a230de)

1.0.0 (2018-08-17)

Features

  • cargo: use cargo to build rust into wasm (02a8eae)
  • export: add option to export wasm code as X (7830335)

0.0.1 (2018-08-11)