Add multi-value-import tests.

Also fix implementation of trampolines in LLVM.
This commit is contained in:
Nick Lewycky
2020-06-03 17:07:20 -07:00
parent ce543fd4ed
commit cbc7dc8454
3 changed files with 275 additions and 32 deletions

View File

@@ -5,4 +5,5 @@
#[macro_use]
mod macros;
mod imports;
mod multi_value_imports;
mod wast;