This commit is contained in:
Jorijn van der Graaf 2025-11-12 20:45:35 +01:00
commit 9651d84dc4
8 changed files with 239 additions and 207 deletions

View file

@ -0,0 +1,17 @@
{
"name": "main",
"configurations": [
{
"name": "executable",
"implementations": ["main"],
"target": "wasm32-wasi",
"debug" : true,
"dependencies": [
{
"path":"../../project.json",
"configuration":"lib-debug"
}
]
}
]
}