wasm-bindgen/crates
Alex Crichton a02d210d5c Catch more errors on non-wasm32 platforms
This commit tweaks the codegen for imported functions and such (anything
that relies on some imported intrinsic or function filled in by the CLI)
to share as much code as possible on non-wasm32 platforms. This should
help us catch more errors before compiling to wasm and also just make it
easier to write UI tests!

For example a UI test previously couldn't be written for #1528 but now
it can be, and one is include (although the error message is quite bad).
2019-05-20 10:16:25 -07:00
..
anyref-xform Update dependencies and use new walrus custom sections APIs 2019-05-17 14:58:50 -07:00
backend Catch more errors on non-wasm32 platforms 2019-05-20 10:16:25 -07:00
cli Update dependencies and use new walrus custom sections APIs 2019-05-17 14:58:50 -07:00
cli-support expose forget to wasm 2019-05-19 14:42:53 +03:00
futures Bump to 0.2.44 2019-05-16 07:47:23 -07:00
js-sys Bump to 0.2.44 2019-05-16 07:47:23 -07:00
macro Catch more errors on non-wasm32 platforms 2019-05-20 10:16:25 -07:00
macro-support Bump to 0.2.44 2019-05-16 07:47:23 -07:00
shared Bump to 0.2.44 2019-05-16 07:47:23 -07:00
test Bump to 0.2.44 2019-05-16 07:47:23 -07:00
test-macro Remove unsafe from #[wasm_bindgen_test] output 2019-05-17 15:52:26 +01:00
threads-xform Update dependencies and use new walrus custom sections APIs 2019-05-17 14:58:50 -07:00
typescript Run rustfmt over everything 2018-11-27 12:07:59 -08:00
typescript-tests Merge pull request #1483 from dbrgn/typescript-optional-args 2019-05-14 12:39:35 -05:00
wasm-interpreter Update dependencies and use new walrus custom sections APIs 2019-05-17 14:58:50 -07:00
web-sys Bump to 0.2.44 2019-05-16 07:47:23 -07:00
webidl whitelist uniforms with Int32List 2019-05-17 09:59:28 +03:00
webidl-tests Run cargo fmt 2019-04-16 10:52:27 -07:00