
A little project to play around with Rust and WebAssembly.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Most of the project is built with my CLI starter, so most of this README won't make a lot of sense. Installation instructions should work, though. This project is just a playground so I can mess around with early WASM in Rust.
Using this template is pretty easy - just take a look at the prerequisites and installation steps below.
-
Clone the repo
# with https git clone https://github.com/MylesWritesCode/rust-wasm.git # or ssh git clone [email protected]:MylesWritesCode/rust-wasm.git
-
Build WASM libraries
wasm-pack build ./packages/metamorph
-
Install dependencies
# install node dependencies pnpm install # install rust dependencies cargo build
pnpm dev
-
Follow all the installation steps above
-
Build WASM libraries
wasm-pack build ./packages/metamorph
-
Start the project (see above)
For more examples, please refer to the Documentation
- Feature 1
- Feature 2
- Feature 3
- Nested Feature
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.