Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 365 Bytes

File metadata and controls

11 lines (9 loc) · 365 Bytes

Preparation

Make sure you have the wasm32-unknown-unknown target installed:

rustup target add wasm32-unknown-unknown

Building

Now you can use cargo build --release to build. The plugin will show up under target/wasm32-unknown-unknown/release/fz.wasm.

Running

See the ChatImproVR documentation