Skip to content

Implementation of Web Assembly bindings for a TLS protocol parser in Rust

License

Notifications You must be signed in to change notification settings

peculater/tls-parser-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Implementation of Web Assembly bindings for a TLS protocol parser in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published