cargo-emscripten
cargo-emscripten copied to clipboard
Link to merge
@tomaka can you please add the link to the merge mentioned in the readme. I've looked around for the merge and can't seem to find it. Thanks!
If you need some guidelines, you can take a look at: http://ashleysommer.com.au/how-to/articles/asm-js-code-using-rust-and-emscripten
You no longer need to modify the source code of emscripten as they tell you in step 1, as the changes have been merged in master. The changes in Rust are still necessary though, except maybe the (3.[5-9]*) thing.
The steps in the article however don't allow you to use the stdlib, which is a shame.