/react-wasm

Primary LanguageTypeScript

React-Wasm

This project combines React with WebAssembly (Wasm) for a high-performance web application. It utilizes Rust for Wasm module development and leverages wasm-pack for building and integrating Wasm into the web.

Getting Started

  1. Navigate to the wasm directory:

    cd wasm
  2. Build the Rust code (execute in the wasm directory):

    cargo build
  3. Build the Wasm module with the web target (execute in the wasm directory):

    wasm-pack build --target web
  4. Return to the project's root:

    cd ..
  5. Install project dependencies:

    yarn
  6. Run the development server:

    yarn run dev