Skip to content

jaystefko/webassembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome

It is a POC for injecting assembled C code to website.

Requirements

How To

  • clone this project and inside project dir run:
  • npm install ~ installs http server needed to bypass local hosting cors block
  • emcc main.c -o index.html ~ creates template html with out code injected
  • npm start ~ starts the server on http://127.0.0.1:8080

About

POC of injecting preassembled files from C into website

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages