Function wabt::wat2wasm [] [src]

pub fn wat2wasm(src: &str) -> Result<Vec<u8>, Error>

Translate wasm text source to wasm binary format.

Returned binary should be executable.