mitghi / jetroweb

Jetro WASM frontend

Home Page:https://jetro.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jetroweb

Webassembly frontend for Jetro.

Installation

If you don't already have it installed, it's time to install Rust: https://www.rust-lang.org/tools/install. The rest of this guide assumes a typical Rust installation which contains both rustup and Cargo.

To compile Rust to WASM, we need to have the wasm32-unknown-unknown target installed. If you don't already have it, install it with the following command:

rustup target add wasm32-unknown-unknown

Now that we have our basics covered, it's time to install the star of the show: [Trunk]. Simply run the following command to install it:

cargo install trunk wasm-bindgen-cli

That's it, we're done!

Running

trunk serve

About

Jetro WASM frontend

https://jetro.io

License:MIT License


Languages

Language:Rust 89.6%Language:Dockerfile 4.8%Language:HTML 3.2%Language:Makefile 2.4%