https://github.com/tricked-dev/wasmcord
Wasmcord create powercord plugins with rust
https://github.com/tricked-dev/wasmcord
discord plugin powercord rust wasm
Last synced: 7 months ago
JSON representation
Wasmcord create powercord plugins with rust
- Host: GitHub
- URL: https://github.com/tricked-dev/wasmcord
- Owner: Tricked-dev
- License: apache-2.0
- Created: 2021-12-24T15:19:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-24T21:39:21.000Z (over 4 years ago)
- Last Synced: 2025-03-05T23:44:40.626Z (about 1 year ago)
- Topics: discord, plugin, powercord, rust, wasm
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
# WasmCord
With wasmcord you use create powercord plugins without touching javascript.
## Installing WasmCord
Go to your powercord plugins folder. Run git clone https://github.com/tricked-dev/WasmCord
## Installing a WasmCord plugin
Go to your powercord plugins folder
```sh
$ cd WasmCord/plugins
```
Clone the plugin
```sh
$ git clone
```
## Development
See [example](https://github.com/Tricked-dev/texter-wasm) for a full plugin example made with WasmCord.
## License
This project is dual licensed under MIT and Apache-2