wasi-nn: Add wasmedge-wasinn-example as smoke test (#3554)

This commit is contained in:
liang.he
2024-06-24 12:03:08 +08:00
committed by GitHub
parent cfffb62ad2
commit d36160b294
4 changed files with 190 additions and 35 deletions

16
.dockerignore Normal file
View File

@ -0,0 +1,16 @@
# for now, it is used to speed up wasi-nn tests only.
# you shall adapt below rules to incoming requirements
build
*/build
*/*/build
*/*/*/build
*/*/*/*/build
*/*/*/*/*/build
*/*/*/*/*/*/build
.*
core/deps
!core/deps/tensorflow-src
samples
tests