An open API service indexing awesome lists of open source software.

https://github.com/orangecms/wasm-llvm


https://github.com/orangecms/wasm-llvm

Last synced: 5 months ago
JSON representation

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).