-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
I'm using Mac M1 hardware. I used the below command to build WasmEdge
$ cmake -DCMAKE_BUILD_TYPE=Release -GNinja -DWASMEDGE_BUILD_AOT_RUNTIME=OFF -DWASMEDGE_PLUGIN_WASI_NN_BACKEND="TensorflowLite" -DWASMEDGE_BUILD_TOOLS=OFF ..I ran the below commands as well -
$ export WASI_SDK=/opt/wasi-sdk
$ export BINDGEN_EXTRA_CLANG_ARGS="--sysroot=/opt/wasi-sdk/share/wasi-sysroot --target=wasm32-wasi -fvisibility=default"
I'm trying to run the audio model using FFmpeg. I'm trying to compare the results of the current implementation and WasmEdge FFmpeg-Rust crate implementation and also observe the performance gain.
Metadata
Metadata
Assignees
Labels
No labels