Skip to content

fluencelabs/c-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C template

Template backend project for C. You can start developing your application by extending src/main.c.

How to build

This app could be built either with docker

docker-compose up

or by Makefile with wasi-sdk installed

make

C/C++ application examples