> For the complete documentation index, see [llms.txt](https://wamr.gitbook.io/document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wamr.gitbook.io/document/wamr-in-practice/examples.md).

# More Examples

In this chapter, we provide some extra useful examples to demonstrate how you may want to use WAMR:

* [File Interaction Of WASI](/document/wamr-in-practice/examples/file.md): Demonstrating the supported file interaction API of WASI. This sample can also demonstrate the SGX IPFS (Intel Protected File System), enabling an enclave to seal and unseal data at rest.
* [GUI Examples](https://github.com/TianlongLiang/wasm-micro-runtime/blob/main/gitbook/examples/gui-examples/README.md): We provide two examples that both use [LVGL library](https://github.com/lvgl/lvgl)
* [Concurrent WASM Application](/document/wamr-in-practice/examples/spawn-thread.md): Demonstrating how to execute wasm functions of the same wasm application concurrently in threads created by host embedder or runtime, but not the wasm application itself.
* [Workload](/document/wamr-in-practice/features/demo-examples/workload.md): Demonstrating how to build and run some complex workloads, e.g., tensorflow-lite, XNNPACK, wasm-av1, meshoptimizer, and bwa.
