wonnx icon indicating copy to clipboard operation
wonnx copied to clipboard

Move examples / helpers to separate crates

Open zimond opened this issue 2 years ago • 1 comments

This is a follow-up of #62 . I think currently most of the utility methods in utils are not need in production. They are just adding up binary / wasm file size. Why don't we move them to a separate crate and add it as a dependency in tests / examples? If you guys think this is OK, I could setup a PR about this.

zimond avatar Mar 27 '22 17:03 zimond

@zimond sounds like a good idea - you might also move these to wonnx-preprocessing which has some other bells and whistles that are not needed by all users.

pixelspark avatar Mar 27 '22 19:03 pixelspark