-
### Which Cloudflare product(s) does this pertain to?
Wrangler
### What version(s) of the tool(s) are you using?
wrangler 3.81.0, rustc 1.82.0
### What version of Node are you using?
20.10.0
###…
-
Hi,
First of all, thank you for this library.
I was wondering if there are any plans to add support for compiling ``recastnavigation-rs`` to WebAssembly?
It would be great to use this library…
-
## 🐛 Bug description
I am building a wasm project on Ubuntu system. This project uses kafka consumer.
This is Cargo.toml
```
[package]
name = "wds-sterling-emulator"
version = "0.1.0"
edition =…
-
Looks like a spurious failure.
https://github.com/nimiq/core-rs-albatross/actions/runs/10389615326/job/28768041598?pr=2798
```
Finished `test` profile [unoptimized + debuginfo] target(s) in 0…
hrxi updated
3 months ago
-
We need a WASM service worker to replace the `serviceWorker.js` file we are currently using.
The service worker needs to be capable of:
- Caching static content to avoid refresh heavy WASM bina…
-
If it is possible to parallelize functions in wasm libraries with something like https://github.com/RReverser/wasm-bindgen-rayon it would probably provide a great speed improvement to the note hashing…
f321x updated
1 month ago
-
I'm trying to export `wasi:http` `incoming-handler` and import `wasi:http` `outgoing-handler` in the same component.
But the export and the import are each in different C object files and I'm passing…
-
The [vibrate method](https://docs.rs/web-sys/latest/web_sys/struct.Navigator.html#method.vibrate_with_pattern) of the navigator seems to be fallible.
```
Uncaught TypeError: getObject(...).vibrate…
-
This [first came up](https://github.com/rustwasm/wasm-bindgen/pull/419#issuecomment-403296031) on #419, but one web API looks (sort of) like this:
```rust
#[wasm_bindgen]
extern {
pub type I…
-
When using Rust together with Javascript, one common way of doing so is by using wasm-bindgen.
However, wasm-bindgen does not recommend using the default serde approach for converting Rust to Javas…