An open API service indexing awesome lists of open source software.

https://github.com/arthrp/canvasWasmWebdom

Example WebAssembly project interacting with webpage elements using Rust with WebDom library
https://github.com/arthrp/canvasWasmWebdom

rust-lang web-assembly

Last synced: over 1 year ago
JSON representation

Example WebAssembly project interacting with webpage elements using Rust with WebDom library

Awesome Lists containing this project

README

          

# canvasWasmWebdom [![Build Status](https://travis-ci.org/arthrp/canvasWasmWebdom.svg?branch=master)](https://travis-ci.org/arthrp/canvasWasmWebdom)
Example project using Rust webDom library.

You can try it out [here](https://arthrp.github.io/canvasWasmWebdom/).

## Building

Make sure you have ```wasm32-unknown-unknown``` target installed. Then run build.sh script.