pub fn parse_test_config<T>(wat: &str) -> Result<T>where
T: DeserializeOwned,
Expand description
Parse test configuration from the specified test, comments starting with
;;!
.
pub fn parse_test_config<T>(wat: &str) -> Result<T>where
T: DeserializeOwned,
Parse test configuration from the specified test, comments starting with
;;!
.