adiibanez
adiibanez
``` TARGET=aarch64-apple-ios-sim RUSTFLAGS="-C embed-bitcode=yes -C lto=fat" cargo +nightly rustc --crate-type staticlib --release \ --target=$TARGET \ -- \ -C opt-level=z \ -C strip=symbols \ -C panic=abort \ -C link-arg=-Wl,-dead_strip \ -C...
This seems like a good source of information https://docs.wasmtime.dev/examples-minimal.html for wasmtime but rust in general too
@josevalim What is the dev workflow for kino? There seems to be a packaging pipeline in place to build js files eg. lib/assets/mermaid/build/... but I can't figure out how to...
I got rid of the error by disabling stripping temporarily. The only elixir / desktop related command included in run_mix is mix release --overwrite somehow the desktop_installer is invoked too...
Ok, I made some progress. Maybe a bit too lowlevel for a first integration attempt ;) They put so much abstraction into the javascript that the wasm part became almost...
Another wasm I would be interested in supporting or at least get and understanding of the integration complexity and constrains is pglite. I don't have a clear understanding of how...
I created a "poc" wasi version of the edge impulse C++ packages. Still a number of issues and far from being able to run inference with real data. But at...
Hi @tessi. There is a .wasi file in that tar.gz https://github.com/electric-sql/pglite-bindings an "official" release can be expected in the near future. And I'm going to keep asking them about elixir...
Any recommendations for how to exchange data with wasm modules? provide buffer as argument and write into it in wasm function, read buffer from returned "58896" pointer, shared stdin /...
I have the same issue { "devDependencies": { "esbuild": "^0.25.0", "esbuild-plugin-import-glob": "^0.1.1", "esbuild-svelte": "^0.9.0", "svelte": "^5.20.2", "svelte-preprocess": "^6.0.3" }, "dependencies": { "@threlte/core": "^8.0.1", "@threlte/extras": "^9.0.1", "ahrs": "^1.3.3", "live_svelte": "file:../deps/live_svelte", "phoenix":...