-
There is a crash in tests/wasm sometimes. When rerun it goes away. This iseems to be happening recently.
-
### Motivation
It would be nice if there was a syntax for doing default import of modules. Many npm modules are distributed with the only export being the default export.
### Proposed Solution
…
-
## Summary
Make it possible to return from a VM even though the script in there is still not complete.
## Expected use case
We're running RustPython within a WASM module in a WebWorker, so it…
-
### Description
when I open [web demo](https://fishfolk.github.io/jumpy/player/latest/), it first shows some loading animation, then nothing.
### To Reproduce
_No response_
### Expected Behavior
…
-
Not sure if I have something configured wrong, but I get this error all the time
```
> cargo web build --release
Finished release [optimized] target(s) in 0.23 secs
Garbage collecting "y…
-
https://github.com/NuschtOS/search/pull/115#discussion_r1797739305
-
### Describe the bug
There is a musical player on this site. With flash player it looks like this
![image](https://github.com/user-attachments/assets/768bba8b-63f0-4c9a-a881-946ef0b5095a)
And switc…
-
# Error Info
Error name: Error
Error message: panicked at 'called `Result::unwrap()` on an `Err` value: JsValue(AbortError: The operation was aborted.
)', web/src/navigator.rs:201:18
Error stack:…
-
This is an exploratory issue. wasm-bindgen is making great progress and might be much faster than stdweb for passing data between Rust and js. That might be very interesting, especially for opengl buf…
-
### Summary
From the docs:
> One other difference is that the tests **must** be in the root of the crate, or
within a `pub mod`. Putting them inside a private module will not work.
But seem t…