Skip to content

Latest commit

 

History

History

hello-world

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Hello World

This is a simple hello-world project which allows user to print any message to the console.

We have implemented this project in the below WASM compatible languages:

Language Source Status Version
Rust ./wrapper/rust Running Polywrap
AssemblyScript ./wrapper/assemblyscript Running Polywrap

We have also created demo apps that integrate this wrapper using different language/frameworks:

Language Framework Source App Version
TypeScript React.js ./app/react.js/ Live Polywrap
TypeScript Next.js ./app/next.js N/A Polywrap
TypeScript Node.js ./app/ts-vanilla/ N/A Polywrap
TypeScript Vanilla ./app/ts-vanilla/ N/A Polywrap
JavaScript Vanilla ./app/js-vanilla/ N/A Polywrap