Currently the integration tests use wasm files which are given to the rust binary. This means that every time there is an update in one of the imported functions all the wasm files (currently 19) have to be manually built again in order for the tests to pass.
Currently the integration tests use wasm files which are given to the rust binary. This means that every time there is an update in one of the imported functions all the wasm files (currently 19) have to be manually built again in order for the tests to pass.
Estimate: 1 day