Hoping to start a discussion around how to approach testing contracts within the WASM VM. (To the discussion board owners could a )test tag be added?
It's unclear how realistic testing with Rust is as compared to what contracts will experience when running in production. For example, I currently can perform floating point math and dynamic memory allocation within unit tests. To me, it feels like an integration level testing option that uses the WASM VM would be beneficial.
The soroban-cli and js-soroban-sdk feel more appropriate for adhoc testing, rather than an actual integration suite.
Curious if there is something I am missing or if others have thoughts!
