Struct parity_wasm::builder::ExportInternalBuilder [] [src]

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

Internal mapping builder for export entry

Methods

impl<F> ExportInternalBuilder<F> where
    F: Invoke<Internal>, 
[src]

[src]

New export entry internal mapping for the chained context

[src]

Map to function by index

[src]

Map to memory

[src]

Map to table

[src]

Map to global

Trait Implementations

Auto Trait Implementations

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

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