diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cff0280..b6cf69cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] https://github.com/Zokrates/ZoKrates/compare/latest...develop -## [0.8.0] - 2022-07-06 +## [0.8.0] - 2022-07-07 ### Release - https://github.com/Zokrates/ZoKrates/releases/tag/0.8.0 diff --git a/zokrates_book/src/toolbox/zokrates_js.md b/zokrates_book/src/toolbox/zokrates_js.md index b0ff8757..f8e34cc9 100644 --- a/zokrates_book/src/toolbox/zokrates_js.md +++ b/zokrates_book/src/toolbox/zokrates_js.md @@ -10,7 +10,7 @@ npm install zokrates-js ##### Bundlers **Note:** As this library uses a model where the wasm module itself is natively an ES module, you will need a bundler of some form. -Currently the only known bundler known to be fully compatible with `zokrates-js` is [Webpack](https://webpack.js.org/) (`experiments.asyncWebAssembly` must be enabled). +Currently the only known bundler known to be fully compatible with `zokrates-js` is [Webpack](https://webpack.js.org/) (`experiments.syncWebAssembly` must be enabled). The choice of this default was done to reflect the trends of the JS ecosystem. ```js import { initialize } from 'zokrates-js';