-
**Problem**
Hmm, I've spoken English all my life but don't you think this is a high bar? It excludes those like me who have autism.
```strace -f -e trace=file rustup target add wasm32-wasi`…
-
I'm attempting to publish `wasi:sockets` to the preview registry.
The `wasi:sockets` package depends on binary packages `wasi:io` and `wasi:poll`; `wasi:io` also has a transitive dependency on `was…
-
### What i want
just like wasmer, i declare some wasi functions in C++, and call them in C++
```
extern "C" {
EMSCRIPTEN_KEEPALIVE void *get_request_data(int field);
EMSCRIPTEN_KEEPALIVE ch…
-
```js
/**
* @type {import('next').NextConfig}
*/
const config = {
reactStrictMode: true,
experimental: {
swcPlugins: [
['@effector/swc-plugin', {}],
],
},
}
```
``…
-
https://cloudabi.org/ is a cap-safe "censored POSIX". (https://lwn.net/Articles/674770/ is a good secondary source.) It would be nice if Nixpkgs could cross compiler to this platform. While mainstream…
-
We are hitting an issue with Wizering our code after the 1.2 upgrade. We are using `wit-bindgen`, which generates `memcpy` statements, and WASI SDK 16 is compiling them using the bulk memory proposal…
-
* there seems to be a consensus memory should be imported for wasi-threads. clarification: https://github.com/WebAssembly/wasi-threads/pull/20
* on the other hand, it's said that memory should be exp…
-
### Link to the code that reproduces this issue
https://github.com/pulgueta/OSS-Interviewer
### To Reproduce
1. Install dependencies using `bun install`
2. Add mock env variables
3. Run local dev…
-
Hi,
There are a lot of important dependencies in the rust ecosystem that use ffi to C fia the `cc` crate or similiar.
which tools and targets currently support that?
in the past `asmjs-unknown-emsc…
-
Hello @holzschu,
Hope you're doing fine.
I was trying to install ``mysqlclient`` and I found the error ``pkg-config not found``.
Is it possible to add the ``pkg-config`` software or script?
…