Function gclient::wat2wasm

source ·
pub fn wat2wasm(wat: impl AsRef<str>) -> Vec<u8> 
Expand description

Compile a source WebAssembly Text (WAT) to Wasm binary code.