Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bytecodealliance
GitHub Repository: bytecodealliance/wasmtime
Path: blob/main/docs/assemblyscript-hello-world/asconfig.json
1691 views
1
{
2
"targets": {
3
"wasi-hello": {
4
"outFile": "build/wasi-hello.wasm",
5
"textFile": "build/wasi-hello.wat",
6
"optimizeLevel": 0,
7
"shrinkLevel": 0,
8
"converge": false,
9
"noAssert": false
10
}
11
},
12
"extends": "./node_modules/@assemblyscript/wasi-shim/asconfig.json"
13
}
14