← Packages / bastion / Capabilities

IO.WebSocket

in bastion v0.2.6

v0.2.6 declares IO.WebSocket. v0.2.5 did not. Declaring is the event recorded here — whether the capability was newly exercised is a separate claim the registry cannot make.

Where it is declared

lib/islands/island_socket.march:54
51 -- march main enforces the capability ceiling at codegen: a module's
52 -- emitted code must stay within its own `needs`. Declared here so
53 -- downstream projects can `forge build` against a current toolchain.
54 needs IO.WebSocket
55
56 needs IO.Mut
57 needs IO.NetListen