-
At Arcjet, we use jco to transpile our Wasm components. However, when transpiling enums, jco consistently outputs kebab-cased strings, while our configuration requires SCREAMING_SNAKE_CASE. As a resul…
-
Is it possible to convert the Indigo Toolkit to WebAssembly (WASM) for use on the web? I couldn't find any information related to WASM on the download page, but from the issues section, it seems like …
-
### Describe the issue
I converted the model from pytorch to onnx as described [here](https://github.com/gianlourbano/demucs), with some [issues](https://github.com/pytorch/pytorch/issues/135343). Th…
-
It would be nice to have these WASM wheels:
```
https://ds-wheels.s3.amazonaws.com/arro3_core-0.3.0-cp312-cp312-emscripten_3_1_58_wasm32.whl
https://ds-wheels.s3.amazonaws.com/arro3_compute-0.3.0-c…
-
Wanna to remind that you could take this to next level using WASM.
-
I'm wondering if ExecuTorch can be compiled for WebAssembly target? As far as I understand, XNNPACK exists for wasm-simd, so theoretically at least for CPU it can be done? (e.g. to be compared with tf…
-
### Steps to reproduce
1. clone flutter/packages
2. open `packages/third_party/packages/flutter_svg/example`
3. `flutter build web --wasm` (although the wasm option is probably not needed)
4. Ob…
-
this is my contract generate code info:
```
$ cosmwasm-ts-codegen generate \
--plugin client \
--schema ./schema \
--out ./ts \
--name AMaci
? [bundle] enable bundle? No
Erro…
-
I am trying to use AutoML in Blazor WASM and I am receiving this error message no matter what data source file I am using:
`Unable to split the file provided into multiple, consistent columns. Reada…
-
Hello! I am working on a wasm app that interacts with postgres using sqlx. For this, I added websocket support in sqlx and a ws-tcp proxy is needed between the wasm app and postgres. I have tested que…