mirror of
https://github.com/fluencelabs/c-template
synced 2025-04-24 22:22:13 +00:00
update Readme
This commit is contained in:
parent
145771bbfd
commit
9314db7191
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,13 +1,5 @@
|
||||
# IntelliJ
|
||||
.idea
|
||||
.vscode
|
||||
*.iml
|
||||
|
||||
# MacOS folder metadata
|
||||
.DS_Store
|
||||
|
||||
# Text writing
|
||||
*.scriv
|
||||
|
||||
# Webassembly generated files
|
||||
# compiled wasm files
|
||||
*.wasm
|
||||
|
@ -14,3 +14,9 @@ or by Makefile with [wasi-sdk](https://github.com/CraneStation/wasi-sdk) install
|
||||
```bash
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user