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 / Working with Emulator / project
wowcubeapp-build.json
JSON
1{
2 "name": "WorkingWIthEmulator",
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/WorkingWIthEmulator.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 / Working with Emulator / project
Working with Emulator
Examples / SDK 6.3 / Rust / basics
info.json
Examples / SDK 6.3 / Rust / basics / Working with Emulator
cubeapp.rs
Examples / SDK 6.3 / Rust / basics / Working with Emulator / project / src
Previous Node
main.rs
Examples / SDK 6.3 / Rust / basics / Working with Emulator / project / src
Next Node
AppManager.cpp
Source / SDK 6.1 / C++ / Core