Commit Graph

5 Commits

Author SHA1 Message Date
b868185637 Add tests for internal imports now working
These compiler bugs have now been fixed on nightly, so we just need to
wait for the bug fixes to ride the trains to be available to everyone!

Closes #201
2018-10-08 09:47:17 -07:00
ab3688d01a Only generate JS null checks in debug mode
In non-debug mode Rust is already checking these pointers, so let's only
generate the relevant code in debug mode.
2018-09-21 16:10:02 -07:00
7f8d510f3d Move unused_imports_not_generated test to wasm 2018-08-06 11:28:08 -07:00
8513858973 Move $-renaming tests to wasm 2018-08-06 09:51:29 -07:00
b4601295d0 Migrate most import tests to wasm 2018-08-05 12:35:47 -05:00