Struct wasm_bindgen_cli_support::wasm2es6js::Config
[−]
[src]
pub struct Config { /* fields omitted */ }
pub struct Config { /* fields omitted */ }
impl Config[src]pub fn new() -> Config[src]pub fn base64(&mut self, base64: bool) -> &mut Self[src]pub fn wasm2asm(&mut self, wasm2asm: bool) -> &mut Self[src]pub fn fetch(&mut self, path: Option<String>) -> &mut Self[src]pub fn generate(&mut self, wasm: &[u8]) -> Result<Output, Error>[src]