web-bundler 0.1.4

Manages the building of WebAssembly single page app frontends from a build.rs script so that they can easily be embedded into Rust API projects
Documentation
Changelog
=========

## [unreleased]

## v0.1.4
- Fix bug where environment variables set for the workspace build
  would leak into build scripts in the Wasm build.

## v0.1.3
- Remove requirement to have `wasm-pack` CLI installed and on the path.