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

Input Forms

Renders a greeting to a user-supplied person via an <input> value. The greeting is live-updated with new inputs.

Source

See src/lib.rs.

Build

wasm-pack build --target web

Serve

Use any HTTP server, for example:

python -m SimpleHTTPServer