testnumbat-wasm-output

Crates.iotestnumbat-wasm-output
lib.rstestnumbat-wasm-output
version
sourcesrc
created_at2024-12-10 07:15:02.293444
updated_at2024-12-10 07:42:01.953437
descriptionTestnumbat WebAssembly panic handler and allocator declaration for the .wasm output
homepagehttps://testnumbat.com/
repositoryhttps://github.com/Saisumanthv/test_sdk-0.20.1
max_upload_size
id1478190
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-output

Only contains the allocator and the panic handler, required for building the wasm output.

Import this crate in the crate that produces the wasm output; do not import in any crate where you want debugging capabilities or unit tests.

Commit count: 3

cargo fmt