-
**The goal of raising this issue is to enhance support for more WASI capabilities**.
wasm32-wasi-p2-module, or wasm32-wasi-t2, is a new concept highlighted in [a slide in Wasm CG June 2024](https:/…
-
As part of the target environment validation project, I try to validate that (componentised and resolved) Wasm components conform to one of the supported Spin worlds for their trigger. For example, a…
-
a test code: https://github.com/yamt/garbage/tree/1f7dc06dd2f6c63bf0bb27f58ffe2c98fdbaa953/lto2
it fails with -flto=thin.
i'm not sure if the problem is specific to wasm or it's just wasm being pi…
yamt updated
6 months ago
-
This is a tracking issue to manage the WASM implementation of the Breez SDK.
**Tasks**
- [x] Test different WASM/WASI/emscripten build methods
- [ ] Identify changes required for Breez SDK / Gr…
-
-
```rust
cargo build --lib --target "wasm32-unknown-unknown"
```
With `rusqlite = {version = "0.24.1", features = ["bundled"]}`:
```
cargo:warning=sqlite3/sqlite3.c:14012:10: fatal error: 'std…
-
```
$ WASI_SDK_PATH="$HOME/ext/wasi-sdk-22.0" lfortran --target=wasm32-wasi examples/expr2.f90
clang: error: no such file or directory: '/home/ondrej/miniforge3/envs/lfortran/bin/../share/lfortran/l…
-
### Describe the bug
This following simple C program compiled with wasi-sdk does not work with Wasmer.
```sh
$ wasmer -vV; rustc -vV
wasmer 4.2.4 (1abcd2c 2023-12-16)
binary: wasmer-cli
comm…
-
I am trying out HTTP requests. Specifically accepting form requests into the .NET Spin application, and processing them like this:
```csharp
var myValue = ctx.Request.Form["theValueFromMyRequest…
-
BPO | [47090](https://bugs.python.org/issue47090)
--- | :---
Nosy | @gpshead
PRs | python/cpython#32043
*Note: these values reflect the state of the issue at the time it was migrated and might not re…