Skip to content

not implemented when translating wasm -> luau #46

@ssynical

Description

@ssynical

Hi,

I've built ffmpeg.wasm and tried to run it through a build of wasm2luau.exe.

Now, when I try to actually do that; it spits out the wasm2luau runtime and errors with

thread 'main' panicked at wasm-ast\src\factory.rs:617:18:
not implemented

Wondering if this is a wasm problem, or something i've done wrong. Respective lines in factory.rs (from this repo) are:

                let data = Statement::MemoryCopy(MemoryCopy {
                    destination,
                    source,
                    size,
                });

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions