Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/a1626/webassembly-and-emscriptem

Webassembly example
https://github.com/a1626/webassembly-and-emscriptem

c c-plus-plus emscripten html javascript wasm webassembly

Last synced: 15 days ago
JSON representation

Webassembly example

Awesome Lists containing this project

README

        

## Intro

This project covers example code for webassembly. Only `counter.c`, `helloWorld.c` and `index.html`(a wasm loader) have been hand written and rest of the files have been genrated using emscripten.

## References

__webassembly__: http://webassembly.org/

__Emscripten__: https://kripken.github.io/emscripten-site/docs/introducing_emscripten/index.html

__Walkthrough__: http://blog.openbloc.fr/webassembly-first-steps/?utm_source=ponyfoo+weekly&utm_medium=email&utm_campaign=issue-66

__wasm loader__: https://developer.mozilla.org/en-US/docs/WebAssembly/Using_the_JavaScript_API#Loading_our_wasm_module_and_using_it

__debug__: https://stackoverflow.com/questions/44346670/webassembly-link-error-import-object-field-dynamictop-ptr-is-not-a-number/44349363#44349363

## Points to Remember

flags like -O1 are case sensitive.