(Rust and Wasm Project)
This project aim to help qval project run processes that requires safe and fast execution of the code. This project is written in Rust and compiled to WebAssembly to be used in Node js.
To install and run this project, follow these steps:
- Clone the repository:
git clone https://github.com/fescii/qval-wasm.git
- Navigate to the project directory:
cd qval-wasm
- Build the project:
wasm-pack build --target nodejs
- Run the project: add the pkg folder to your project and import the modules in your project.
To use this project, follow these steps:
- Step 1: Import the modules in your project
- Step 2: Use the functions in your project
- Step 3: Run your project
Contributions are welcome! Here's how you can contribute to this project:
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature
- Submit a pull request
This project is licensed under the MIT License.
If you have any questions or suggestions, feel free to reach out to me at [email protected].