JolifantoBambla / volume-viewer

A web-based volume viewer for large-scale multichannel volume data
MIT License
1 stars 0 forks source link

configure test runners for crates #2

Open JolifantoBambla opened 2 years ago

JolifantoBambla commented 2 years ago

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