Struct parity_wasm::builder::GlobalBuilder [] [src]

pub struct GlobalBuilder<F = Identity> { /* fields omitted */ }

Global builder

Methods

impl GlobalBuilder
[src]

[src]

New global builder

impl<F> GlobalBuilder<F>
[src]

[src]

New global builder with callback (in chained context)

[src]

Set/override resulting global type

[src]

Set mutabilty to true

[src]

Set initialization expression opcode for this global (end opcode will be added automatically)

[src]

Start value type builder

impl<F> GlobalBuilder<F> where
    F: Invoke<GlobalEntry>, 
[src]

[src]

Finalize current builder spawning resulting struct

Trait Implementations

Auto Trait Implementations

impl<F> Send for GlobalBuilder<F> where
    F: Send

impl<F> Sync for GlobalBuilder<F> where
    F: Sync