tostaylo / rust-fel-bench

An app built with rust-fel to enable performance benchmarking.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-fel-bench

A website utilizing the rust-fel front end library for rust-wasm.

Bootstrapped with wasm-bindgen/example/without-a-bundler Typescript

View documentation for this example online

You can build the example locally with:

$ npm run cargo

Then serve this directory in your favourite webserver and navigate to host:port to open the index.html in your browser:

# static server from https://crates.io/crates/https
http

# or use python
python2 -m SimpleHTTPServer
python3 -m http.server

About

An app built with rust-fel to enable performance benchmarking.

License:MIT License


Languages

Language:JavaScript 61.7%Language:Rust 27.6%Language:TypeScript 5.8%Language:CSS 3.0%Language:HTML 1.4%Language:Shell 0.5%