input-output-hk / hermes

🏛️ Hermes is a high-availability blockchain voting database that acts as a distributed storage and event processor for voting events, proposals, and actions.
https://input-output-hk.github.io/hermes
Apache License 2.0
14 stars 2 forks source link

feat: Add basic wasm module packaging #238

Closed Mr-Leshiy closed 4 months ago

Mr-Leshiy commented 4 months ago

Description

Added a basic implementation of creating a wasm module hdf5 package from the provided directory. It is a basic implementation, without any validation, just coping appropriate files to the hdf5 package.

Related Issue(s)

237

Description of Changes