Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
Example WebAssembly project interacting with webpage elements using Rust with WebDom library
- Host: GitHub
- URL: https://github.com/arthrp/canvaswasmwebdom
- Owner: arthrp
- License: mit
- Created: 2019-03-25T21:14:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T11:32:51.000Z (over 4 years ago)
- Last Synced: 2024-11-10T10:42:14.861Z (3 months ago)
- Topics: rust-lang, web-assembly
- Language: JavaScript
- Homepage: https://arthrp.github.io/canvasWasmWebdom/
- Size: 236 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.