https://github.com/fazibear/rust_to_js
An example of Rust code that compiles to javascript.
https://github.com/fazibear/rust_to_js
emscripten javascript rust sdl2
Last synced: about 1 year ago
JSON representation
An example of Rust code that compiles to javascript.
- Host: GitHub
- URL: https://github.com/fazibear/rust_to_js
- Owner: fazibear
- Created: 2017-03-31T22:03:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-12T02:33:48.000Z (about 9 years ago)
- Last Synced: 2025-03-23T20:21:44.509Z (over 1 year ago)
- Topics: emscripten, javascript, rust, sdl2
- Language: HTML
- Homepage: https://blog.fazibear.me/definitive-guide-to-rust-sdl-2-and-emscripten-93d707b22bbb
- Size: 5.86 KB
- Stars: 26
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust_to_js
An example of Rust code that compiles to javascript.
This is an example described in this artice:
https://blog.fazibear.me/definitive-guide-to-rust-sdl-2-and-emscripten-93d707b22bbb
Have fun!