Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 534 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 534 Bytes

Parcel + Rust Example

Example of using Rust code in Parcel

Try it out

git clone git@github.com:jamiebuilds/parcel-rust-example.git && cd parcel-rust-example
yarn install
yarn serve

Alternatively, you can run yarn build:

$ yarn build

dist/app.7c4dfa04.js            3.04 KB    1.01s
dist/app.7c4dfa04.map             504 B      2ms
dist/index.html                   412 B    1.78s
dist/factorial.691c3a54.wasm      173 B    829ms
dist/app.691c3a54.wasm            173 B    829ms

✨  Done in 3.82s.