fix: Remove orphaned files

This commit is contained in:
TimothyBanks
2026-08-25 20:49:12 -04:00
parent 8320dd4982
commit 072c7cb501
2 changed files with 1 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ design.
new split verifies agreement **transitively**: the SDK repo tests the SDK against the ABI spec, and
this repo tests the host against the same spec (`host_calls`, the `generated_abi.rs` spec table,
`host_errors.rs`). That is sound as long as both conform to the spec; it would not catch a drift
where the SDK and host diverge on an ambiguous point. Closing that gap is **not** a xrpld unit
where the SDK and host diverge on an ambiguous point. Closing that gap is **not** an xrpld unit
test — it is a **cross-repo integration test** (compiled `xrpl-wasm-stdlib` guests run against a
real xrpld host) belonging in CI where the Rust→wasm toolchain exists.

View File

@@ -10,7 +10,6 @@
#include <tx/wasm/RealHostFixture.h>
#include <tx/wasm/WasmRun.h>
#include <cstddef>
#include <cstdint>
#include <expected>
#include <functional>