wasmer/lib/runtime-core/tests/spectest.rs
Brandon Fish 74875ed554 Library restructure (#104)
* Move wasmer-runtime to wasmer-runtime-core

* Add the runtime library

* Fix issue with macros using wasmer_runtime, fmt

* Make default compiler dependency optional

* Add instantiate and validate functions
2019-01-22 11:02:06 -08:00

4 lines
85 B
Rust

#![allow(warnings, dead_code)]
include!(concat!(env!("OUT_DIR"), "/spectests.rs"));