-
Currently, MathCATDemo uses a webassembly rust build and wraps stuff around that using whatever interface to it needs. It would be much better to make the interface explicit and then build the demo on…
-
## Description
When running resolution through the Wasm bindings in dockerized Node 22 environment, the networks call fail.
Dockerized node 21 works, as well as Node 22 locally.
## Motivation
De…
-
I was surprised to find that `cargo outdated` produces wildly different output each time I run it. I am unsure how to interpret what is going on here.
Repro:
```console
$ cargo new repro
$ cd …
-
## UPDATE: This is on hold while `TaskPool` and `Scope` are reworked
### Motivation
Currently, Bevy can only run single threaded on WebAssembly. Bevy's architecture was carefully designed to ena…
-
For full Kotlin Multiplatform support within [uniffi-kotlin-multiplatform-bindings](https://gitlab.com/trixnity/uniffi-kotlin-multiplatform-bindings) I need some sort of WASM support.
My idea was to …
-
Finished release [optimized] target(s) in 0.08s
[INFO]: License key is set in Cargo.toml but no LICENSE file(s) were found; Please add the LICENSE file(s) to your project directory
[INFO]: Installin…
-
## 🐛 Bug description
Sceenshot
![Screenshot_20230804-013420_Termux](https://github.com/rustwasm/wasm-pack/assets/124529313/27d79d5a-be99-4d42-9707-8c5d299de3e2)
#### Notes
I tried to…
-
uname -all
```
Linux penguin 5.4.151-16908-gff376e5d5ee1 #1 SMP PREEMPT Sat Dec 11 19:42:45 PST 2021 aarch64 GNU/Linux
```
I'm trying to build the example without-a-bundler (https://github.com/r…
-
Right now, I am having some problems with the developer experience when targeting multiple targets (wasm/native) with xwt. Even though the goal of xwt is to be cross-platform, it still feels like I ha…
-
Seems like wasm-bindgen prohibits the use of lifetime specifiers in certain places where the compiler requires them. I have a test repo here: https://github.com/attente/wasm-bindgen-lifetime-issue
…