Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 832 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 832 Bytes

nova

The online playground for the Aphelion ISA.

Building & running

This project utilizes Leptos and requires WebAssembly and Trunk.

You can add the wasm compilation target to rust using this command:

rustup target add wasm32-unknown-unknown

To launch the playground in a development environment, use Trunk to serve it on a local web server.

trunk serve --port 3000 --open

Contributing

nova follows the Conventional Commits guidelines for git commit messages.

Run ./setup.sh to install the pre-commit hook before committing anything.

To-do list

  • Set up Leptos CSR frontend hosted on GitHub pages
  • Implement Meteor frontend
    • GPU
  • Create assembler