wasm-testsuite 0.6.2

Generic test harness for WebAssembly Runtimes
Documentation
1
2
3
4
5
6
7
8
#![doc = include_str!("../README.md")]
#![forbid(unsafe_code)]
#![warn(missing_debug_implementations, rust_2018_idioms, unreachable_pub)]

pub mod data;

#[cfg(feature = "wast")]
pub use wast;