Skip to content
This repository was archived by the owner on Mar 2, 2021. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Defining a Rendering Component in JavaScript

Heterogeneous Rust and JavaScript rendering component trees!

Source

See greeting.js for the JavaScript code.

See src/lib.rs for the Rust code.

Build

wasm-pack build --target web

Serve

Use any HTTP server, for example:

python -m SimpleHTTPServer