An open API service indexing awesome lists of open source software.

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

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