Files
2026-02-22 16:37:30 -08:00
..
2025-10-04 11:49:32 -07:00
2026-02-07 15:46:17 -08:00

client/command/wasm

Overview

Implements the 'wasm' command group for the Sliver client console. Handlers map Cobra invocations to wasm workflows such as memfs.

Go Files

  • commands.go Registers WebAssembly-related commands.
  • memfs.go Manages the WASM in-memory filesystem cache for implants.
  • wasm.go Lists installed WASM modules and orchestrates execution requests.