Struct wasm_gc::Config[][src]

pub struct Config { /* fields omitted */ }

Methods

impl Config
[src]

Creates a blank slate of configuration, ready to gc wasm files.

Configures whether or not this will demangle symbols as part of the gc pass.

Configures whether or not debug sections will be preserved.

Runs gc passes over the wasm input module input, returning the serialized output.

Auto Trait Implementations

impl Send for Config

impl Sync for Config