Skip to content

Commit

Permalink
docs: add related projects section
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo-ds committed May 25, 2023
1 parent d1c621d commit 341d21c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ zig build bind

You can download the latest release of Binaryen from [https://github.com/WebAssembly/binaryen/releases](https://github.com/WebAssembly/binaryen/releases). Once that's done, simply extract the compressed file somewhere. `wasm-opt` will be in the `bin` folder.

# Related Projects

Here are some related projects that you may find useful:

- [totp-wasm](https://github.com/gizmo-ds/totp-wasm): Rust implementation of this project.
- [UdonOTPLib](https://github.com/gizmo-ds/UdonOTPLib): C# implementation for the VRChat game.

## License

Code is distributed under [MIT](./LICENSE) license, feel free to use it in your proprietary projects as well.

0 comments on commit 341d21c

Please sign in to comment.