Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 596 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 596 Bytes

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.