occlum/demos
Tate, Hongliang Tian f9376ec4ba Polish the demos
1. Rename demo/ to demos/
2. Add demos/README.md
2019-10-19 02:04:13 +00:00
..
hello_bazel Polish the demos 2019-10-19 02:04:13 +00:00
hello_c Polish the demos 2019-10-19 02:04:13 +00:00
hello_cc Polish the demos 2019-10-19 02:04:13 +00:00
https_server Polish the demos 2019-10-19 02:04:13 +00:00
tensorflow_lite Polish the demos 2019-10-19 02:04:13 +00:00
README.md Polish the demos 2019-10-19 02:04:13 +00:00

Demos

This directory contains sample projects that demonstrate how Occlum can be used to build and run user applications.

  • hello_c/: A sample C project built with Makefile/CMake.
  • hello_cc/: A sample C++ project built with Makefile/CMake.
  • hello_bazel/: A sample C++ project built with Bazel.
  • https_server/: A HTTPS file server based on Mongoose Embedded Web Server Library.
  • tensorflow_lite/: A demo and benchmark of Tensorflow Lite inference engine.