update Readme

This commit is contained in:
vms 2019-10-07 23:06:45 +03:00
parent 145771bbfd
commit 9314db7191
2 changed files with 7 additions and 9 deletions

10
.gitignore vendored
View File

@ -1,13 +1,5 @@
# IntelliJ # IntelliJ
.idea .idea
.vscode
*.iml
# MacOS folder metadata # compiled wasm files
.DS_Store
# Text writing
*.scriv
# Webassembly generated files
*.wasm *.wasm

View File

@ -14,3 +14,9 @@ or by Makefile with [wasi-sdk](https://github.com/CraneStation/wasi-sdk) install
```bash ```bash
make make
``` ```
## C/C++ application examples
- [hello world](https://github.com/fluencelabs/tutorials/tree/master/hello-world/app-logger-c)
- [Redis](https://github.com/fluencelabs/redis/tree/wasm)
- [SQLite](https://github.com/fluencelabs/sqlite/tree/master)