Created: 2019-08-20 Tue 18:47
Information provided to end-users by publishers or media producers
via Wikipedia
Getting the thing to users
(anyone with a web browser)
Write once available everywhere
(publisher needs to know ~nothing aboput your computer)
Easy to access, easy to use
(almost no friction—hyperlink)
Software designed to perform a group of coordinated functions, tasks, or activities for the benefit of the user
via Wikipedia
Imagine if clicking a link were like mobile apps today
Web applications!
Progressive Web Applications (PWA)
WebAssembly
A progressive WebAssembly application (PWAA) generator
wasm-bindgen
std-web
which may eventually be compatible with wasm-bindgenwasm-pack
uses wasm-bindgen
under the hoodcargo install woz
woz signup
woz new myapp && cd ./myapp
woz deploy
#[wasm_bindgen]
pub fn render() {
// App init code here
}
Check out woz at https://woz.sh
Would love to hear from you. You can find me @alexkehayias.
Created by Alex Kehayias