wasm-bindgen/crates
Alex Crichton d9e1dae298 Migrate from rollup to webpack in tests
Building on the previous commit to invoke not invoke `npm install` this takes
the commit a step further (to hopefully fix some races) to use Webpack's native
bundled wasm support.

It turns out the circular dependencies between the wasm module and the module
using it wasn't quite working out so a number of imports had to be tweaked, but
otherwise it's a nice transition where we don't have to base64 encode anything
in tests any more!
2018-03-02 19:20:14 -08:00
..
test-support Migrate from rollup to webpack in tests 2018-03-02 19:20:14 -08:00
wasm-bindgen-cli Implement a version string 2018-03-01 19:19:12 -08:00
wasm-bindgen-cli-support Migrate from rollup to webpack in tests 2018-03-02 19:20:14 -08:00
wasm-bindgen-macro Require version agreement between CLI and dep 2018-03-01 19:36:59 -08:00
wasm-bindgen-shared Require version agreement between CLI and dep 2018-03-01 19:36:59 -08:00