-
I was able to get the server trait example to compile to `wasm32-wasi` with a few considerations:
- It's necessary to disable unsupported features from both `async-lsp` and `tokio`, specifically `t…
-
When I try to compile for the `aarch64-unknown-linux-gnu` architecture, I get the following warnings:
```
error[E0308]: mismatched types
--> /home/zelzahn/.cargo/git/checkouts/wamr-rust-sdk-a60…
-
Example app in spin-test repo works well.
However this is what I got from my app.
```
error: failed to compose Spin app, test, and virtualized Spin environment
Caused by:
0: failed to enco…
-
Attempting to `fd_pwrite` to a file with a very large offset fails on Linux host and other Wasm runtimes (Wasmtime, Wasmer, WasmEdge, WAMR), but it succeeds with Node (using uvwasi) but writes 0 bytes…
-
I am trying to run this example in Ubuntu 22.04.2 LTS.
```
PROJECT_DIR := $(realpath .)
BUILD_DIR := $(PROJECT_DIR)/build
# Specify a different wasi-sdk with `make WASI_SDK_DIR=...`.
WASI_SDK…
olee7 updated
8 months ago
-
# Bug report
### Bug description:
https://buildbot.python.org/all/#/builders/1370/builds/146/steps/11/logs/stdio
```
======================================================================
ERROR: te…
-
### Describe the bug
I am developing a Blazor WASM Application. I want to use the .NET 6 introduced Native Build for Sqlite (A nice package is delivered by this nice guy: https://github.com/JeremyLi…
-
Unable to compile this simple file.
```
#include
#include
int main() {
printf("%d\n", DTTOIF(1));
}
```
Log:
```
./bin/clang++ --sysroot=./share/wasi-sysroot /tmp/a.cpp -v
clang …
-
# Bug report
### Bug description:
This very likely stems from `dlopen()` being available in WASI SDK 21 but not being usable dynamically as-is.
Test failure output
```
===========================…
-
A big number of [RustCrypto](https://github.com/RustCrypto) crates was affected by https://github.com/rust-lang/rust/issues/120983 The bug was fixed, but many crates are still affected since no new re…