Crafter.Build/examples/wasi/project.json

10 lines
No EOL
184 B
JSON

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