#hex-dump #hex #dump #libsql #wasm-file #command-line-tool

app wasm_hex_dump

A CLI tool to convert Wasm files to hexadecimal dumps for libSQL UDFs

1 unstable release

0.1.0 Oct 14, 2024

#148 in WebAssembly

Download history 126/week @ 2024-10-08 52/week @ 2024-10-15

178 downloads per month

AGPL-3.0-or-later

16KB

wasm_hex_dump

wasm_hex_dump is a command-line interface (CLI) tool developed for the book "Server-side WebAssembly". Specifically utilized in Chapter 5, this application generates hexadecimal dumps of WebAssembly (Wasm) files, facilitating the creation of User-Defined Functions (UDFs) in libSQL. While its primary use case revolves around Wasm files, wasm_hex_dump can handle any binary file.

Installation

You can install wasm_hex_dump using Cargo:

cargo install wasm_hex_dump

Dependencies

~1.1–1.7MB
~31K SLoC