Crafter.Build/examples/wasi/project.json

10 lines
184 B
JSON
Raw Permalink Normal View History

2025-11-09 18:56:24 +01:00
{
"name": "main",
"configurations": [
{
2025-11-09 20:08:23 +01:00
"name": "executable",
2025-11-09 18:56:24 +01:00
"implementations": ["main"],
"target": "wasm32-wasi"
}
]
}