Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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.