-
In [https://github.com/wasmedge/wasmedge/releases/tag/0.13.1](https://github.com/wasmedge/wasmedge/releases/tag/0.13.1). The files in 'wasi-nn-pytorch, wasi-nn-tensorflowlite, wasi-nn-openvino' are al…
-
There are many apis that return values asynchronously. The browser is obviously a prime suspect, but many native apis could be simplified with a promise/future-like abstraction.
For example, WebGPU…
-
The [WASI libc stat implementation](https://github.com/CraneStation/wasi-libc/blob/master/libc-bottom-half/cloudlibc/src/libc/sys/stat/stat_impl.h#L24) doesn't currently assign the following fields in…
-
~Web support for mimir is currently not possible due to the lack of a publicly-available libc implementation for WASM made with JS & browser APIs. This concept of a browser-based libc sounds weird, be…
-
Currently, WASI disables support for atomics and pthreads since WASI is single-threaded. There's no pthreads.h, and including the C++ header gives an error.
This makes it difficult to port program…
-
Hi! I'm a dev over on https://github.com/grain-lang/grain. Grain is a language that primary compiles to WebAssembly, and we want to start transitioning to become WASI-compliant.
We're mostly lookin…
-
With SGX and WASM components developing nicely on their own, we'd like to begin bringing them together by running the Wasmtime runtime inside an SGX enclave.
While the eventual goal is to run WASI-…
-
This is more of a long-term question, but WASM-cpython is becoming more of a thing, and it's interesting to think about how it would work to support it.
CC @ethanhs @brettcannon @tiran in case you'…
-
### Description
swift-testing uses `withVaList(_:)` in one spot and, when building for WASI/Wasm, runs into this error:
```
/swift-testing/Sources/Testing/Events/TimeValue.swift:87:79: error: c…
-
Hello, I've tried to run a demo WASI application build using F# & .NET 7.0 using https://github.com/SteveSandersonMS/dotnet-wasi-sdk on Lunatic and I'm getting the following error:
```
$ WASMTIME_BA…