pub fn parse_test_config<T>(wat: &str, comment: &'static 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, comment: &'static str) -> Result<T>where
T: DeserializeOwned,Parse test configuration from the specified test, comments starting with
;;!.