Skip to content

ZenTauro/wasm-preact-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published