Im making a flutter app that will use a wasm file that uses wasi1 and when i try to use wasm_run_flutter i get this error:
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: FrbAnyhowException(cannot find definition for import wasi_snapshot_preview1::sched_yield with type Func(FuncType { params: [], results: [I32] }))
Thank you.