https://github.com/orangecms/wasm-llvm
https://github.com/orangecms/wasm-llvm
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/orangecms/wasm-llvm
- Owner: orangecms
- Created: 2019-05-30T10:48:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-03T11:53:08.000Z (about 7 years ago)
- Last Synced: 2025-01-24T10:24:24.598Z (over 1 year ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WASM with LLVM
This toy repo is based on [a post by DasSurma](https://dassur.ma/things/c-to-webassembly/).
`strcpy` taken from [Techie Deligth](https://www.techiedelight.com/implement-strcpy-function-c/),
memory poking from [Michael Bebenitas' post](https://medium.com/@mbebenita/hello-world-in-webassembly-83951757775).