wasm-bindgen/tests
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
..
api.rs Migrate from a macro to an attribute 2018-02-08 10:18:16 -08:00
classes.rs Fix #[wasm_bindgen] on structs with no exports 2018-02-16 13:50:14 -08:00
enums.rs Add test for custom values in enums 2018-02-23 17:44:48 +01:00
import-class.rs Migrate from rollup to webpack in tests 2018-03-02 19:20:14 -08:00
imports.rs Migrate from a macro to an attribute 2018-02-08 10:18:16 -08:00
jsobjects.rs Address feedback on commit dab6ba1 2018-02-28 17:29:40 +01:00
math.rs Automatically bind float math functions 2018-02-17 16:44:31 -08:00
non-debug.rs Migrate from a macro to an attribute 2018-02-08 10:18:16 -08:00
simple.rs Migrate from a macro to an attribute 2018-02-08 10:18:16 -08:00
slice.rs Support integer/float slices/vectors 2018-02-16 18:58:37 -08:00