Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 391 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 391 Bytes

WASM / Rust / D3 example

Fetch data with Rust + WASM and show it with JS + D3.

Chart image

Scaffolding created using wasm-pack

Instructions:

wasm-pack build

in root folder, to build Rust and generate JS bindings

npm run start

in www folder, to start local server.

Open http://localhost:8080/ in browser.