-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
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
Labels
No labels