Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 493 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 493 Bytes

tls_parser WASM

This implements some WASM bindings for the Rust tls_parser crate. It's used as the backend of a website that decodes TLS handshakes at https://williamlieurance.com/tls-handshake-parser

Develop

wasm-pack build --dev
cd website
npm run start

Build

wasm-pack build
cd website
npm run-script build

Everything you need will be in the dist/ directory under website/. Host those files and you're good to go.