-
**Planned alpha date: 2023/06/21**
**Planned release date: 2023/06/30**
### Features
- [x] ~~Part 1 of WASM buffer allocation API.~~ (Move to 0.14.0)
- [x] `tf_select_ops` supports in WASI-N…
-
## Description
I'm using the latest wasmedge 0.13.4 version. I'm not able to build the WasiNN Plugin. I'm trying to build the MediaPipe-rs module and I require WasiNN.
### Current State
## En…
-
I think it'd be best if this had similar options to `wasmtime run`, for example `--allow-precompiled`, `--dir`, `--env`, and `--profile`. That being said I think it's also totally ok for this to be a …
-
This issue serves as a follow up to the following discussion in the W3C Machine Learning Workshop. The question was about fp16 and i8 support in Wasm, specifically related to ML models that may need t…
-
Really interested in this example & would love to play around with it, but I am unfortunalley not experienced with WasmEdge yet. I wanted to start this example locally on my machine (Apple Silicon) & …
-
## Motivation
WasmEdge is a leading WebAssembly runtime for AI inference. It supports AI frameworks such as Tensorflow, OpenVINO and PyTorch. A compelling use case is computer vision applications o…
-
**Describe the bug**
The OpenVINO library, previously available in Vcpkg, has unexpectedly disappeared. The `vcpkg search openvino` command used to list OpenVINO as an available library, now it's no …
-
We need a full fledged networking API. This includes functions like `socket()`, `connect()`, `bind()`, `listen()`, `accept()`, `getsockopt()`, `setsockopt()`, etc.
-
Here is my `Cargo.toml`
```toml
[dependencies]
# ...
wasmedge-sdk = {git = "https://github.com/WasmEdge/WasmEdge", tag = "0.12.1"}
wasmedge-sys = {git = "https://github.com/WasmEdge/WasmEdge", ta…
-
## motivation
some native functions (eg. wasi) need to maintain some execution context. (eg. wasi file table)
for the in-tree code, the relevant logic can be hardcoded in the runtime. (eg. wasm_ru…
yamt updated
12 months ago