Skip to content
/ eszip Public

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

License

Notifications You must be signed in to change notification settings

denoland/eszip

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Contributors 20