swactor/src
Claude 2649a54feb feat: platform abstraction layer for wasm32 compilation (Stage 1)
Core swactor now compiles for wasm32-unknown-unknown:
- Added `wasm` feature flag (bundles no_random + web-time)
- Platform-aware Instant: web_time::Instant on wasm, std::time on native
- cfg-gated Runtime::run() and RuntimeHandle (thread::spawn unavailable
  on wasm32 — browser crate provides Web Worker-based alternative)
- Validated: crossbeam-queue, atomics, Mutex, RwLock, thread parking all
  work on wasm32 with atomics target feature
- Updated crates/wasm/ to use new `wasm` feature

Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
2026-02-13 20:20:09 +07:00
..
actor.rs skeleton of wasm runner actors (#32) 2026-02-13 07:42:44 +00:00
channel.rs major feature update 2026-02-13 07:11:24 +00:00
config.rs major feature update 2026-02-13 07:11:24 +00:00
delivery.rs skeleton of wasm runner actors (#32) 2026-02-13 07:42:44 +00:00
error.rs fix: stats datatypes and refactor channel signature (#28) 2026-02-10 07:35:58 +00:00
extension.rs major feature update 2026-02-13 07:11:24 +00:00
lib.rs feat: platform abstraction layer for wasm32 compilation (Stage 1) 2026-02-13 20:20:09 +07:00
runtime.rs feat: platform abstraction layer for wasm32 compilation (Stage 1) 2026-02-13 20:20:09 +07:00
stats.rs major feature update 2026-02-13 07:11:24 +00:00
transport.rs major feature update 2026-02-13 07:11:24 +00:00
worker.rs feat: platform abstraction layer for wasm32 compilation (Stage 1) 2026-02-13 20:20:09 +07:00