wasm-bindgen/tests
Alex Crichton 22eb34d9ab Fix direct imports in --target web
Currently the import object constructed for the `--target web` output
only ever includes the current module as an one of the modules included.
With `wasm-bindgen`'s optimization to import directly from modules,
however, it's possible to have more modules imported from in the
generated wasm file. This commit ensures that the imports are hooked up
in the `--target web` es6 emulation mode, ensuring there aren't
extraneous errors about import objects.
2019-05-01 13:53:59 -07:00
..
crates cargo +nightly fmt --all 2018-09-26 08:26:00 -07:00
headless Fix direct imports in --target web 2019-05-01 13:53:59 -07:00
no-std cargo +nightly fmt --all 2018-09-26 08:26:00 -07:00
wasm Add some tests which do computation in getters/setters 2019-04-30 10:02:11 -07:00
non_wasm.rs cargo +nightly fmt --all 2018-09-26 08:26:00 -07:00
std-crate-no-std-dep.rs cargo +nightly fmt --all 2018-09-26 08:26:00 -07:00
unwrap_throw.rs Add the UnwrapThrowExt<T> trait 2019-01-31 13:26:21 -08:00