Guide / 14 β€” stew/* Packages

Packages Overview

Stew-Lang provides a set of virtual stew/* packages designed to offer high-level functionality within your <goscript client> blocks while minimizing the TinyGo binary weight.

"Explicit Import, Lightweight Binary"

By default, a Stew Wasm bundle is extremely minimalist. No package is included if it's not used. This allows you to precisely control your page weight.

βš–οΈ Performance Impact

Some packages (like stew/data which requires JSON handling) can increase the Wasm binary size by several hundred KB. Use them with discernment.