SkillAgentSearch skills...

Eszip

A compact file format to losslessly serialize an ECMAScript module graph into a single file

Install / Use

/learn @denoland/Eszip
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

eszip

The eszip format lets you losslessly serialize an ECMAScript module graph into a single compact file.

The eszip file format is designed to be compact and streaming capable. This allows for efficient loading of large ECMAScript module graphs.

https://eszip-viewer.deno.dev/ is a tool for inspecting eszip files.

Note: The Rust eszip crate source code has been moved to the denoland/deno repository. This repository contains the JavaScript/WebAssembly bindings that wrap the eszip crate.

Development

Build the Wasm module:

deno task build

Run tests:

deno task test
View on GitHub
GitHub Stars284
CategoryDevelopment
Updated1mo ago
Forks30

Languages

TypeScript

Security Score

100/100

Audited on Mar 5, 2026

No findings