watson 0.9.2

a no_std web assembly loader
Documentation
1
2
3
4
5
use crate::core::wast::Wast;

pub fn wast_file(input: &[u8]) -> Result<Wast, &'static str> {
    Ok(Wast {})
}