cramertj/domafic-rs
null
{ "createdAt": "2016-12-14T23:54:12Z", "defaultBranch": "master", "description": null, "fullName": "cramertj/domafic-rs", "homepage": null, "language": "Rust", "name": "domafic-rs", "pushedAt": "2017-09-06T05:18:46Z", "stargazersCount": 147, "topics": [], "updatedAt": "2025-02-07T10:26:55Z", "url": "https://github.com/cramertj/domafic-rs"}Domafic - Safe, high-performance, universal web applications
Section titled “Domafic - Safe, high-performance, universal web applications”Installing Emscripten
Section titled “Installing Emscripten”Using Domafic in the browser requires Emscripten. To get started with Emscripten, follow the steps detailed here.
Running the Examples
Section titled “Running the Examples”To try the examples in a browser, start by compiling the example to asm.js:
cargo build --example todo_mvc --target=asmjs-unknown-emscripten
If this is your first time compiling with Emscripten, this may take a while.
Once the example is built, open up index_debug.html (for debug builds) or
index_release.html (for release builds) and make sure the script src is
set to point at the example you want to run. From there it’s as simple as
opening up your browser and trying it out!