Find out how to structure project s.t. tests can be run by different test runners depending on target
e.g. ome-ngff is a target agnostic crate and uses regular tests, but in the current structure it is treated as if it targets wasm only and so a wasm file is used by the test runner
Find out how to structure project s.t. tests can be run by different test runners depending on target
e.g. ome-ngff is a target agnostic crate and uses regular tests, but in the current structure it is treated as if it targets wasm only and so a wasm file is used by the test runner