mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-01 15:31:04 +00:00
* 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
4 lines
85 B
Rust
4 lines
85 B
Rust
#![allow(warnings, dead_code)]
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/spectests.rs"));
|