-
cc #194
Getting any real UI framework to work on redshirt would require either support for hardware acceleration, or a software implementation of OpenGL or WebGPU. Both these solutions are quite i…
-
# Context
Hello, I am trying to build yices2, (see there : https://github.com/sporniket/yices2-built-with-wasi-sdk ), I have tried wasi-sdk 19 and 20 without difference.
So far, I have
* succe…
-
I'm trying to add shared-everything support in WebAssembly port of CRuby, and found an issue.
## Dependencies
- wasm-tools: with my patch to fix `_start` issue
- https://github.com/bytecodeal…
-
### Is it reproducible with SwiftPM command-line tools: `swift build`, `swift test`, `swift package` etc?
- [X] Confirmed reproduction steps with SwiftPM CLI. The description text _must_ include re…
-
I've been toying around with debugging a wasm module and was trying to enable some of the debugging features of `dlmalloc.c`, but altering `WASM_CFLAGS` seems to cause wasi-libc to fail to build:
`…
-
- [ ] As part WASI file system support, consider a better solution for generating temp file names.
At the moment we are using posix-like implementation from emscripten.
Blocked by support for temp d…
maraf updated
4 months ago
-
example:
```zig
pub const A = 1;
const std = @import("std");
// to elide the defualt panic handler or it won't compile
pub fn panic(msg: []const u8, error_return_trace: ?*std.builtin.StackTra…
-
I tried to build `wasix-libc` as documented:
```sh
make CC='zig cc -target wasm32-freestanding` AR=`zig ar` NM=`zig nm`
```
But that fails with:
```text
find: ‘libc-bottom-half/getpid’: No…
-
I'm trying to run and access PGLite through a golang program via [wasmer-go](https://github.com/wasmerio/wasmer-go). However it fails with the error regardgin `env` not instantiated. I assume that the…
-
CC @Kerollmops, as we talked briefly about LMDB alternatives over on the Meili discord.
This issue stems from the fact LMDB won't compile to WASM/WASI because of its complicated concurrency model (…