Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghosty2004/wasm4rage-client
https://github.com/ghosty2004/wasm4rage-client
Last synced: about 13 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghosty2004/wasm4rage-client
- Owner: ghosty2004
- Created: 2024-04-10T16:29:31.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-10T17:06:38.000Z (10 months ago)
- Last Synced: 2025-02-05T07:56:28.894Z (7 days ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Assembly for RAGE:MP client
![]()
### What is this ?
This is a boilerplate for writing wasm with rust for RAGE:MP client
### Requirement:
- Nodejs installed
- Rustup installed### How to use ?
1. npm install
2. npm run build
3. read [here](https://rustwasm.github.io/wasm-bindgen/) the basic usage of this...