Crates.io | wasm_hex_dump |
lib.rs | wasm_hex_dump |
version | 0.1.0 |
source | src |
created_at | 2024-10-14 04:04:49.237411 |
updated_at | 2024-10-14 04:04:49.237411 |
description | A CLI tool to convert Wasm files to hexadecimal dumps for libSQL UDFs. |
homepage | https://github.com/danbugs/wasm_hex_dump#readme |
repository | https://github.com/danbugs/wasm_hex_dump |
max_upload_size | |
id | 1407898 |
size | 45,162 |
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.
You can install wasm_hex_dump
using Cargo:
cargo install wasm_hex_dump