occlum/demos/README.md
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

569 B

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.