Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 698 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 698 Bytes

Examples

This repository contains various examples of building wasi canisters for running on the Internet Computer.

hello-world

Basic example of creating a "Hello World" application using Rust and running it on the Internet Computer.

hello-world-cpp

Basic example of creating a "Hello World" application using C++ and running it on the Internet Computer.

ic-rusqlite

Example of running the Sqlite server on the Internet Computer.

js-interpreter

Example of running the Boa JavaScript interpretter on the Internet Computer.

Examples from other repositories

An example chat canister based on sqlite.