Enable naming, groups, watching, and stats in the browser runtime. Fix core watching gap: StopSignal deaths now trigger WatchRegistry notifications. Add register_name to RuntimeNaming trait. Cfg-gate getrandom in router.rs for wasm builds. 30 Node.js tests pass. Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
12 lines
284 B
TOML
12 lines
284 B
TOML
[package]
|
|
name = "wasm"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
swactor = { path = "../..", default-features = false, features = ["wasm"] }
|
|
swactor-std = { path = "../std", default-features = false, features = ["wasm"] }
|
|
wasm-bindgen = "0.2"
|