Crafter.Build/examples/wasi/project.json
2025-11-09 18:56:24 +01:00

10 lines
No EOL
181 B
JSON

{
"name": "main",
"configurations": [
{
"name": "example",
"implementations": ["main"],
"target": "wasm32-wasi"
}
]
}