-
### Things to check
- [X] I have searched the **existing issues** for this bug
- [X] To rule out a caching problem I made sure the bug also happens in an **incognito tab**
### Bug type
Component
#…
-
## 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…
-
Hi!
I try to make a http request from WASM module running on [wazero](https://github.com/tetratelabs/wazero) and got an error^
```
Netdev not set
```
I try to use netdev package but can't f…
-
I am attempting to utilize the Chi router in a WASM module, but I encounter an error during the build process with TinyGo. I'm uncertain whether the issue originates from Chi or TinyGo. Would you be a…
-
I'm trying to run and access PGLite through a golang program via [wasmer-go](https://github.com/wasmerio/wasmer-go). However it fails with the error regardgin `env` not instantiated. I assume that the…
-
It fails at the `wasm-opt` stage:
```
[wasm-validator error in module] unexpected false: shared memory requires threads [--enable-threads], on
memory
[wasm-validator error in module] unexpected…
-
# Error Info
Error name: Error
Error message: panicked at 'already borrowed: BorrowMutError', /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/gc-arena-0.2.0/src/gc_cell.rs:62:29
Error …
-
https://github.com/charmbracelet/bubbletea/issues/1231
-
### System Info
transformers.js: 3.0.2
chrome: 130
OS: macos
### Environment/Platform
- [X] Website/web-app
- [ ] Browser extension
- [ ] Server-side (e.g., Node.js, Deno, Bun)
- [ ] Des…
-
The following code caused an error in the testnet instance.
```
(define-read-only (get-decimals) (ok u0))
(define-read-only (get-name) (ok "Rocket Token"))
(define-read-only (get-symbol) (ok "RKT"…