Struct wasm_gc::Config [] [src]

pub struct Config { /* fields omitted */ }

Methods

impl Config
[src]

[src]

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

[src]

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

[src]

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

Trait Implementations

Auto Trait Implementations

impl Send for Config

impl Sync for Config