h1emu-core

Crates.ioh1emu-core
lib.rsh1emu-core
version1.3.4
created_at2022-01-20 15:08:31.662513+00
updated_at2025-09-18 18:37:50.204606+00
descriptionUtility library used in h1emu.
homepage
repositoryhttps://github.com/H1emu/H1emu-core
max_upload_size
id517710
size200,011
Quentin Gruber (QuentinGruber)

documentation

README

h1emu-core npm version

Utility library used in h1emu.

Features

  • Soeprotocol
  • GatewayProtocol
  • Joaat hash
  • RC4 encryption
  • Crc32

Build

Needed dependencies

Build the wasm module

run wasm-pack build -t nodejs to build the wasm module in the /pkg folder

misc

run unit tests

run cargo test.

run benchmarks

run cargo bench.

Commit count: 312

cargo fmt