Running: $FILENAME$
⏳ Loading WASM module...
No filesystem available. This module may not use WASI.
WebAssembly Module Information
Module will be analyzed after loading...
WASI Support
Chakra includes a full WASI implementation for running WebAssembly System Interface modules directly in your browser.
| Feature | Status | Description |
|---|---|---|
| Virtual Filesystem | Supported | Full filesystem with directory structure, file creation and manipulation |
| Standard I/O | Supported | stdout, stderr with console integration |
| Environment Variables | Supported | Reading environment variables |
| Command Arguments | Supported | Access to command-line arguments |
| File I/O | Supported | Read/write operations on files |
| Random Number Generation | Supported | Secure random number generation using crypto API |
| Time Functions | Supported | Access to system time and high-precision timers |
| Pre-opened Directories | Supported | Access to pre-opened filesystem paths |
| Network Sockets | Unsupported | Network operations (will be added in future updates) |
| Multi-threading | Unsupported | Thread-related APIs (will be added in future updates) |