You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,43 @@ libprocessing is an experimental native library with the goal of supporting the
8
8
9
9
You'll need to install the Rust toolchain to work on this project. Most users will want to install Rust via [`rustup`](https://rustup.rs/), which helps manage Rust toolchain versions.
10
10
11
+
### Build commands
12
+
13
+
This project uses [just](https://github.com/casey/just) as a command runner. Run `just` to see available commands.
14
+
15
+
## Building for web
16
+
17
+
The `processing_wasm` crate provides WebAssembly bindings that expose a JavaScript API mirroring the C FFI.
We want your help building this library! You can see a list of outstanding tasks in our [issues](https://github.com/processing/libprocessing). However, while we're still in the early phases, consider checking in with us first in the `#devs-chat` channel on [Discord](https://discord.gg/h99u95nU7q) to coordinate our efforts.
0 commit comments