-
We want to update the [ruby.wasm](https://github.com/ruby/ruby.wasm) project so it can use bindings generated from their WAPM package instead of their manually building `ruby.wasm` and wrapping it.
…
-
This error happens during the [Demo](https://github.com/containerd/runwasi/blob/73df3507171080f5146e5464f29f2aca29dd9ce6/README.md?plain=1#L199).
Env
```bash
uname -a
Linux keisuke-ubuntu-desk…
-
Currently, there seems to be no library in npm that converts latex to mathml core.
It would be great if we could provide Node.js binding or wasm-wasi to javascript binding!
I believe this can pr…
-
### Test Case
[recv.zip](https://github.com/bytecodealliance/wasmtime/files/9404031/recv.zip)
### Steps to Reproduce
* `wasmtime run --tcplisten 127.0.0.1:8080 recv.wasm`
* `curl http://loca…
tiran updated
2 years ago
-
There's a pure Kotlin implementation of the datetime library for Kotlin/Native. This code can be used directly to implement the JS and Wasm targets—except for timezone database access.
* There's a …
-
Currently we done it through Makefile with wasi CPP
https://github.com/tricorder-observability/starship/blob/main/src/agent/wasm/testdata/pico/Makefile
Using local machine's wasi sdk toolchain: http…
-
## Motivation
We would like to have a working implementation of all the WASI libc filesystem functions on Windows. This is currently not possible due to the use of various [POSIX file functions](ht…
-
Hello, I'm writing a Deno library for Solidity compiler bindings and I decided to try to wrap Solang.
I am following this guide for compiling Rust to WebAssembly: https://depth-first.com/articles/2…
-
## Status Quo
Currently DNS resolution through the `wasi:sockets/ip-name-lookup` interface is completely blocked in Spin. Obviously, we want to allow for DNS resolution in a way that aligns well wi…
rylev updated
8 months ago
-
The methods in `std::os::wasi::fs::FileExt` look a lot like the POSIX `*at` methods. Would it be possible to make this extension available for all Unix platforms, rather than limiting it to wasi?
…