Skip to content

Releases: second-state/SewUp

v0.0.3

13 Jul 03:46
201096f
Compare
Choose a tag to compare

A better testing environment with following macros, such that user can write and test as the same experience of other Rust project

  • ewasm_assert_eq
  • ewasm_assert_ok
  • ewasm_err_output
  • ewasm_rusty_assert_ok
  • ewasm_rusty_err_output
  • ewasm_auto_assert_eq
  • ewasm_output_from
  • ewasm_test

v0.0.2

13 Jul 03:45
644f41b
Compare
Choose a tag to compare

Make the utils more suitable for eWasm and blockchain

  • macro to deal with the input and output of the contract

v0.0.1

13 Jul 03:44
66836b8
Compare
Choose a tag to compare

The minimum implementation with important utils.

  • basic contract utils
  • basic kv utils for contract
  • document for the contract utils
  • examples for kv contract

It's not ready for everyone. It's a developer preview version and in very active development. API may change frequently.