Skip to content

Commit 002ffa1

Browse files
committed
Update README.md
1 parent 1cd13bc commit 002ffa1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ You can build it with:
77
```
88
cargo build
99
```
10+
1011
To build for specific targets:
1112
```
1213
//32 bits windows
@@ -15,6 +16,8 @@ cargo build --target=i686-pc-windows-msvc
1516
cargo build --target=x86_64-pc-windows-msvc
1617
```
1718

19+
You can find auto-built binaries on the [releases](https://github.com/Torwent/wasp-input/releases) page.
20+
1821
This is quite complex and the built plugin has 2 sides to it, one that runs exclusively on Simba, another one that runs exclusively on the client and some code runs on both sides.
1922

2023
`lib.rs` and `target.rs` code runs exclusively on Simba.

0 commit comments

Comments
 (0)