Skip to content

an example WASM hello world code to get your hands dirty with a simple hello world example. This repo will contain C code that can be converted to webassembly, called from Javascript and print Hello world on the UI

Notifications You must be signed in to change notification settings

appsec-airito/WASM_hello_world_C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Derived from codedamn's hello world code for wasm

WASM_hello_world_C

an example WASM hello world code to get your hands dirty with a simple hello world example. This repo will contain C code that can be converted to webassembly, called from Javascript and print Hello world on the UI

Steps:

  1. Goto https://webassembly.studio/
  2. create an empty C project
  3. add and save the C, JS and html code from this git repo to your project
  4. build and run your project in webassembly.studio

About

an example WASM hello world code to get your hands dirty with a simple hello world example. This repo will contain C code that can be converted to webassembly, called from Javascript and print Hello world on the UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published