Parallel Computation in WASM using orx-parallel

Choose a frontend flavor for the same TSP demo: vanilla, React, Yew, or Leptos.

 

This hub demonstrates how orx-parallel can enable parallel computation in WebAssembly.

The TSP solver is included only as an example workload; it is not the central focus.


Each Demo opens an app built with that framework.

The applications should all look almost identical.

These demo apps allow to test out parallel computation on the client-side using web workers.


Each README leads to the documentation how to enable parallel computation in the corresponding framework.

You may also browse the code used to create these demo applications.

Vanilla

Vanilla TypeScript UI built with Vite and direct DOM updates.

React

React component-based frontend with JSX and client-side state handling.

Yew

Rust-native Yew frontend with component and message-driven UI patterns.

Leptos

Leptos frontend with fine-grained reactive signals and Rust component views.