Skip to content

floooh/fibs-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fibs-hello-world

A minimal fibs example.

How to build and run

First, install Deno: https://docs.deno.com/runtime/manual/getting_started/installation

Next, clone, build and run like this:

git clone https://github.com/floooh/fibs-hello-world
cd fibs-test
./fibs build
./fibs list targets --exe
./fibs run hello

If anything goes wrong run ./fibs diag tools and follow the instructions.

To build and run for WASI, install the optional WASI SDK first:

./fibs wasisdk install
./fibs config wasi-make-debug
./fibs build
./fibs list targets --exe
./fibs run hello

About

Most minimal fibs test project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published