-
Move natives and overrides to new bindings
This can probably split into multiple parts:
1) Move code out of bindings.ts and create a new bindings folder that mimics the java folder structure.
2) Move…
-
### How can we reproduce the crash?
First, create a new project, and install the `gpu.js`, the [gpu.js is a opensource calculation acceleration library](https://github.com/gpujs/gpu.js/#readme) for j…
-
@zzorba has been asking for this for a lilttle while.
While the main React Native app requires typescript and C++, iOS extensions still require Swift.
Can we generate the Swift from the Rust at…
-
Hi @tniessen,
This probably isn't something unexpected, as it's not a standard node environment, but just wanted to record it here in case it's functionality you'd like to support.
I've been bus…
-
## Enhancement Request
### Use Case:
Adopt definitions and provide space in the FDFC3 Documentation (and repository?) for languages other than typescript.
### Additional Information
Implem…
-
## Functions and Operators
There are 4 classes of function here:
1. functions that have to be implemented natively -- e.g. `fn:parse-html`;
2. functions that are implemented in terms of native oper…
-
When creating a `GPURenderPipeline`, it is possible to [specify vertex buffers](https://gpuweb.github.io/gpuweb/#dictdef-gpuvertexstate) that have no [`attributes`](https://gpuweb.github.io/gpuweb/#di…
-
We could consider "splitting" the webgpu-native backend in 2 parts, one being autogenerated direct python bindings, and one being the translation layer to the IDL-standardized webgpu API, I documented…
-
Positron currently ships with a Jupyter Adapter, which bridges the Jupyter protocol and Positron's own protocol for language runtime messages. This module requires us to have native bindings to ZeroMQ…
-
Currently, `rust` bindgen inserts stubs for Wasm imports on native targets, which simply panic.
I'd like to discuss possibilities for making this configurable or perhaps define a convention of some…