testnumbat-wasm-debug

Crates.iotestnumbat-wasm-debug
lib.rstestnumbat-wasm-debug
version
sourcesrc
created_at2024-12-10 07:12:52.107994
updated_at2024-12-10 07:41:15.276382
descriptionTestnumbat WebAssembly smart contract API debugging mocks and utils
homepagehttps://testnumbat.com/
repositoryhttps://github.com/Saisumanthv/test_sdk-0.20.1
max_upload_size
id1478189
Cargo.toml error:TOML parse error at line 21, column 1 | 21 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Sai Sumanth Vadla (Saisumanthv)

documentation

https://docs.testnumbat.com/

README

testnumbat-wasm-debug

The crate is necessary for smart contract debug projects.

It provides mocks for the entire blockchain infrastructure, so no call to the VM is necessary. In debug mode the VM is merely simulated.

For convenience, testnumbat-wasm-debug and subsequently all debug crates that use it are not #[no-std].

Commit count: 3

cargo fmt