Milky2018/wasm_milkir/frontend/embedding does not have a README file

    EmbeddingEnvironment

    pub(all) struct EmbeddingEnvironment {
    runtime_symbol_prefix : String
    hidden_context_type :
    Type
    ?
    runtime_layout : RuntimeLayout?
    memory_descriptor_layout : MemoryDescriptorLayout?
    wasm_runtime_symbols :
    RuntimeSymbols

    cancellation_safepoints : Bool
    } derive(
    Debug
    )

    EmbeddingEnvironment::EmbeddingEnvironment

    fn EmbeddingEnvironment::EmbeddingEnvironment(runtime_symbol_prefix~ : String, hidden_context_type? :
    Type
    ?, runtime_layout? : RuntimeLayout?, memory_descriptor_layout? : MemoryDescriptorLayout?, wasm_runtime_symbols? :
    RuntimeSymbols
    ?, cancellation_safepoints? : Bool) -> EmbeddingEnvironment

    EmbeddingEnvironment::cancellation_safepoints

    fn EmbeddingEnvironment::cancellation_safepoints(self : EmbeddingEnvironment) -> Bool

    EmbeddingEnvironment::hidden_context_param

    EmbeddingEnvironment::memory_descriptor_layout

    fn EmbeddingEnvironment::memory_descriptor_layout(self : EmbeddingEnvironment) -> MemoryDescriptorLayout?

    EmbeddingEnvironment::runtime_layout

    EmbeddingEnvironment::wasm_runtime_symbols

    MemoryDescriptorLayout

    pub(all) struct MemoryDescriptorLayout {
    base_offset : Int
    current_length_offset : Int
    } derive(Eq,
    Debug
    )

    MemoryDescriptorLayout::equal

    MemoryDescriptorLayout::not_equal

    RuntimeLayout

    pub(all) struct RuntimeLayout {
    memory0_base_offset : Int
    memory0_size_offset : Int
    func_table_offset : Int
    table0_base_offset : Int
    table0_elements_offset : Int
    globals_offset : Int
    tables_offset : Int
    table_sizes_offset : Int
    memories_offset : Int
    pointer_stride : Int
    global_value_stride : Int
    table_entry_value_offset : Int
    table_entry_stride : Int
    func_table_entry_stride : Int
    } derive(Eq,
    Debug
    )

    RuntimeLayout::equal

    RuntimeLayout::not_equal

    fn RuntimeLayout::not_equal(x : RuntimeLayout, y : RuntimeLayout) -> Bool

    Powered by MoonBit

    Site sourceReport issuePackagesBuild queueSkillsStatistics

    © 2026 mooncakes.io