Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danbugs/wasm_hex_dump
CLI tool to convert a Wasm file to a hex string and write to an output file.
https://github.com/danbugs/wasm_hex_dump
rust wasm
Last synced: 22 days ago
JSON representation
CLI tool to convert a Wasm file to a hex string and write to an output file.
- Host: GitHub
- URL: https://github.com/danbugs/wasm_hex_dump
- Owner: danbugs
- License: agpl-3.0
- Created: 2024-10-14T03:59:14.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-14T04:05:51.000Z (3 months ago)
- Last Synced: 2024-12-14T23:55:08.289Z (25 days ago)
- Topics: rust, wasm
- Language: Rust
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# `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:
```bash
cargo install wasm_hex_dump
```