17 lines
No EOL
390 B
JSON
17 lines
No EOL
390 B
JSON
{
|
|
"name": "main",
|
|
"configurations": [
|
|
{
|
|
"name": "executable",
|
|
"implementations": ["main"],
|
|
"target": "wasm32-wasi",
|
|
"debug" : true,
|
|
"dependencies": [
|
|
{
|
|
"path":"../../project.json",
|
|
"configuration":"lib-debug"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |