TODO
TODO
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.