Crates.io | wap |
lib.rs | wap |
version | 0.1.3 |
source | src |
created_at | 2017-11-30 21:26:27.14069 |
updated_at | 2017-12-14 17:55:49.040491 |
description | Wap library allows you to write a web page app exclusively in Rust |
homepage | |
repository | https://github.com/jonhere/wap |
max_upload_size | |
id | 41154 |
size | 43,963 |
Wap library allows you to write a web page (or node.js) app exclusively in Rust. All you need to start is the boilerplate wap.js and html configured with title and link to your .wasm file.
Target is exclusively for Rusts wasm32-unknown-unknown. For cross-platform project probably better going with wasm32-unknown-emscripten.
Wap functions give the wasm low level calls into JavaScript environment. It does not directly provide a higher level library for easy access to API (DOM); one could be created on top.
Apache 2.0 and MIT. wap.js public domain