WOWCube Docs logo
WOWCube Docs
Mission Control
Section Shortcuts
APIExamplesSourceWOWConnectChangelog
Filters
SDK and language defaults persist in cookies.
SDK version
Navigation Tree
Collapsed by default, focused on the active path.
Made byMcKay Seamons
GitHub
  1. Home
  2. Docs
  3. Examples
  4. wowcubeapp-build.json
Mission NodeSDK 6.3RustbasicsProject Included

wowcubeapp-build.json

Examples / SDK 6.3 / Rust / basics / Getting Started / project
wowcubeapp-build.json
JSON
1{
2 "name": "HelloWOWCube",
3 "version": "1.0.0",
4 "sdkVersion": "6.3",
5 "appIcon": {
6 "path": "assets/icon.png"
7 },
8 "sourceFile": "src/cubeapp.rs",
9 "scriptFile": "binary/HelloWOWCube.wasm",
10 "imageAssets": [],
11 "soundAssets": [],
12 "appFlags": 0,
13 "language": "rust",
14 "interpreter": "wasm",
15 "projectOptions": {
16 "rust": {
17 "flags": "-C opt-level=z -C linker-plugin-lto -C lto -C embed-bitcode -C link-arg=-zstack-size=65536 -C link-arg=--initial-memory=131072 -C strip=debuginfo -C strip=symbols -Z wasi-exec-model=reactor",
18 "tomlPath": "Cargo.toml"
19 }
20 },
21 "adhocDescription": "No description"
22}
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.
Context Rail

Project files

This section gets modified automatically to match the settings of your project
project/Cargo.toml
cubeapp.rs
project/src/cubeapp.rs
main.rs
project/src/main.rs
wowcubeapp-build.json
project/wowcubeapp-build.json
Context Rail

Related nodes

This section gets modified automatically to match the settings of your project
Examples / SDK 6.3 / Rust / basics / Getting Started / project
Getting Started
Examples / SDK 6.3 / Rust / basics
info.json
Examples / SDK 6.3 / Rust / basics / Getting Started
cubeapp.rs
Examples / SDK 6.3 / Rust / basics / Getting Started / project / src
Previous Node
main.rs
Examples / SDK 6.3 / Rust / basics / Getting Started / project / src
Next Node
Time and Timers
Examples / SDK 6.3 / Rust / basics