Move NativeFunc test from api to test/compilers

This commit is contained in:
Mark McCaskey
2020-06-08 16:37:33 -07:00
parent 3c76999925
commit 87a28b057e
3 changed files with 41 additions and 45 deletions

View File

@@ -2,5 +2,6 @@
//! implementation, such as: singlepass, cranelift or llvm depending
//! on what's available on the target.
mod functions;
mod imports;
mod wast;