Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.13 KB

README.org

File metadata and controls

27 lines (22 loc) · 1.13 KB

Preact Wasm

It is a port of PreactJs written in Rust. The intention of this project is to provide a compatible alternative to React in WebAssembly that woks with existing projects written in javascript/typescript.

Contributing

This project will use gitflow, to make it easier you can install the tools.

Required software:

While it is not strictly necessary, it is highly recommended to have an UNIX like OS such as Linux or (sight) OSX and an editor that supports Rust Language Server (RLS) such as emacs, vscode, atom, etc.

To start, you will need to install the wasm target and the wasm-bindgen tool.

rustup target add wasm32-unknown-unknown --toolchain nightly
cargo +nightly install wasm-bindgen-cli