ewasm-rust-api
ewasm-rust-api copied to clipboard
Write tests for the API functions
Rust makes this super easy using cargo test
.
Note: testing the raw EEI methods would require a dummy implementation of each, or more sophisticated testing.
Depends on #5. Should we close this?