mirror of
https://github.com/fluencelabs/c-template
synced 2025-04-25 14:42: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
|
# IntelliJ
|
||||||
.idea
|
.idea
|
||||||
.vscode
|
|
||||||
*.iml
|
|
||||||
|
|
||||||
# MacOS folder metadata
|
# compiled wasm files
|
||||||
.DS_Store
|
|
||||||
|
|
||||||
# Text writing
|
|
||||||
*.scriv
|
|
||||||
|
|
||||||
# Webassembly generated files
|
|
||||||
*.wasm
|
*.wasm
|
||||||
|
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user