@llmtrim/wasm
v0.3.2
Published
Alias for @llmtrim/js, the llmtrim WebAssembly binding.
Downloads
451
Maintainers
Readme
@llmtrim/wasm
Alias for @llmtrim/js — the
WebAssembly/JS binding for the llmtrim
compression engine. Installing this package pulls in @llmtrim/js at the same
version and re-exports it, so both names resolve to the identical API.
import { compress } from "@llmtrim/wasm"; // same as "@llmtrim/js"See the @llmtrim/js README for the
full API and usage.
