macOS
brew install wzproflocal Homebrew formula metadata
安装
brew install wzproflocal Homebrew formula metadata
概览
Profiling for Wazero
历史
wzprof is a pprof-compatible profiler for WebAssembly programs running on the wazero runtime. It is a niche developer tool, but a meaningful one for the Go and WebAssembly packaging ecosystem because it brings familiar Go profiling workflows to guest Wasm modules.
The project README describes wzprof as a profiler built on top of wazero, able to collect CPU and memory profiles while WebAssembly modules execute. It was presented publicly in the WebAssembly and cloud-native conference circuit, including Civo Navigate Europe 2024 and KubeCon + CloudNativeCon India 2024.
wzprof sits on top of wazero's trajectory as a pure-Go, zero-dependency WebAssembly runtime. Wazero's own history page says it began as Takeshi Yoneda's hobby project in mid-2020 and became a Tetrate-sponsored top-level project in late 2021; wzprof builds on that runtime rather than implementing a separate Wasm engine.
Users can run wzprof as a CLI against a Wasm binary to emit CPU or memory profile files, then inspect them with the standard go tool pprof workflow. Library users can integrate the profilers with a wazero.Runtime through wazero's experimental function-listener hooks.
The tool supports pprof-style CPU samples, on-CPU time, memory allocation tracing for selected allocation functions, DWARF symbolization for C/Rust/Zig-style modules, and special stack handling for Go 1.21+ and debug-symbol CPython 3.11 guests.
wzprof matters to package nerds because it is a small example of WebAssembly's tooling stack becoming more like native language ecosystems: not just runtimes and compilers, but profilers, symbols, heap views, and workflows that integrate with existing developer muscle memory.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
wzprof | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:wzprof |
|---|---|
| 版本 | 0.2.0 |
| 软件包管理器 | Homebrew |
| 主页 | https://github.com/dispatchrun/wzprof |
| 仓库 | https://github.com/dispatchrun/wzprof |
| 最后更新 | 2026-07-25T22:40:22+02:00 |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.