gifnksm / emscripten-sys

Emscripten API bindings for Rust
Apache License 2.0
18 stars 4 forks source link

EM_ASM is missing #7

Open sphinxc0re opened 6 years ago

sphinxc0re commented 6 years ago

A fundamental part of the emscripten API is the possiblity to run JavaScript code inline. This C macro allows it:

https://kripken.github.io/emscripten-site/docs/api_reference/emscripten.h.html#c.EM_ASM