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