Struct wasm_bindgen_cli_support::Bindgen [−][src]
pub struct Bindgen { /* fields omitted */ }
Methods
impl Bindgen
[src]
impl Bindgen
pub fn new() -> Bindgen
[src]
pub fn new() -> Bindgen
pub fn input_path<P: AsRef<Path>>(&mut self, path: P) -> &mut Bindgen
[src]
pub fn input_path<P: AsRef<Path>>(&mut self, path: P) -> &mut Bindgen
pub fn input_module(&mut self, name: &str, module: Module) -> &mut Bindgen
[src]
pub fn input_module(&mut self, name: &str, module: Module) -> &mut Bindgen
Explicitly specify the already parsed input module.
pub fn nodejs(&mut self, node: bool) -> &mut Bindgen
[src]
pub fn nodejs(&mut self, node: bool) -> &mut Bindgen
pub fn nodejs_experimental_modules(&mut self, node: bool) -> &mut Bindgen
[src]
pub fn nodejs_experimental_modules(&mut self, node: bool) -> &mut Bindgen
pub fn browser(&mut self, browser: bool) -> &mut Bindgen
[src]
pub fn browser(&mut self, browser: bool) -> &mut Bindgen
pub fn no_modules(&mut self, no_modules: bool) -> &mut Bindgen
[src]
pub fn no_modules(&mut self, no_modules: bool) -> &mut Bindgen
pub fn no_modules_global(&mut self, name: &str) -> &mut Bindgen
[src]
pub fn no_modules_global(&mut self, name: &str) -> &mut Bindgen
pub fn debug(&mut self, debug: bool) -> &mut Bindgen
[src]
pub fn debug(&mut self, debug: bool) -> &mut Bindgen
pub fn typescript(&mut self, typescript: bool) -> &mut Bindgen
[src]
pub fn typescript(&mut self, typescript: bool) -> &mut Bindgen
pub fn demangle(&mut self, demangle: bool) -> &mut Bindgen
[src]
pub fn demangle(&mut self, demangle: bool) -> &mut Bindgen
pub fn keep_debug(&mut self, keep_debug: bool) -> &mut Bindgen
[src]
pub fn keep_debug(&mut self, keep_debug: bool) -> &mut Bindgen
pub fn generate<P: AsRef<Path>>(&mut self, path: P) -> Result<(), Error>
[src]
pub fn generate<P: AsRef<Path>>(&mut self, path: P) -> Result<(), Error>