wasm-runtime

A wasm runtime
git clone https://git.parazyd.org/wasm-runtime
Log | Files | Refs | README | LICENSE

Cargo.toml (135B)


      1 [package]
      2 name = "drk-sdk"
      3 version = "0.1.0"
      4 edition = "2021"
      5 
      6 [dependencies]
      7 borsh = "0.9.3"
      8 thiserror = "1.0.30"
      9 wee_alloc = "0.4.5"