Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 695 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (17 loc) · 695 Bytes

Contributing to Notan

Linux

TODO

MacOS

TODO

Windows (MSVC)

To be able to compile the Notan examples you will need to have the following pre-requirements in your system:

If you want to use the wasm32 target you will need to execute some additional commands for it:

rustup target add wasm32-unknown-unknown
cargo install -f wasm-bindgen-cli --version 0.2.87
cargo install wasm-opt

After this you will be able to use the PowerShell scripts in the scripts folder to compile the examples or the doc.