22 lines
575 B
JSON
22 lines
575 B
JSON
|
|
{
|
||
|
|
"name": "sample-project",
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"name": "debug",
|
||
|
|
"standard": "c++26",
|
||
|
|
"source_files": ["main"],
|
||
|
|
"module_files": [],
|
||
|
|
"build_dir": "./build",
|
||
|
|
"output_dir": "./bin",
|
||
|
|
"optimization_level": "0",
|
||
|
|
"target": "wasm32-unknown-wasi",
|
||
|
|
"type": "executable",
|
||
|
|
"dependencies": [
|
||
|
|
{
|
||
|
|
"path":"../project.json",
|
||
|
|
"configuration":"debug"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|