Enable multi-thread for tensorflow sample, update wasm-c-api document (#651)

This commit is contained in:
Wenyong Huang
2021-06-14 08:58:32 +08:00
committed by GitHub
parent 5d9597f064
commit 1a4aa5ac2f
7 changed files with 115 additions and 73 deletions

View File

@ -17,7 +17,9 @@ Then run
./build.sh
# for linux platform, or
./build.sh --sgx
# for linux-sgx platform
# for linux-sgx platform or
./build.sh --threads
# for multi-thread execution (on linux platform)
```
to build tensorflow and run it with iwasm, which basically contains the following steps:
- hack emcc to delete some objects in libc.a