ledsun (shigeru nakajima)
- Login: ledsun
- Registered on: 04/08/2026
- Last sign in: 04/10/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
04/09/2026
-
10:45 AM Ruby Bug #21989 (Open): Fiber initialization failure on WASI/ruby.wasm raises TypeError instead of FiberError
- ## Summary
When building Ruby for WASM and using it via `ruby.wasm`, if Fiber initialization fails, the following error may occur:
```text
TypeError: wrong argument type false (expected Class)
```
instead of the expected `Fibe...