Hi
I’m trying to integrate edgeimpulse webassembly models into a wasmtime runtime ( elixir wasmex ).
so far I only get:
wasmtime run ~/Downloads/tutorial_-continuous-motion-recognition-wasm-v59/browser/edge-impulse-standalone.wasm
Error: failed to run main module /Users/adrianibanez/Downloads/tutorial_-continuous-motion-recognition-wasm-v59/browser/edge-impulse-standalone.wasm
Caused by:
0: failed to instantiate “/Users/adrianibanez/Downloads/tutorial_-continuous-motion-recognition-wasm-v59/browser/edge-impulse-standalone.wasm”
1: unknown import: env::abort
has not been defined
I found this repo but I’m not really sure how to use it.
Could I get a hint in the right direction?
Has anyone used wasmtime to run inference? Or other runtimes on ios / android?