10 lines
569 B
Markdown
10 lines
569 B
Markdown
# 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://bazel.build).
|
|
* `https_server/`: A HTTPS file server based on [Mongoose Embedded Web Server Library](https://github.com/cesanta/mongoose).
|
|
* `tensorflow_lite/`: A demo and benchmark of [Tensorflow Lite](https://www.tensorflow.org/lite) inference engine.
|