1{ 2 "name": "wasi-hello", 3 "version": "1.0.0", 4 "description": "WasmTime WASI Hello World in AssemblyScript", 5 "scripts": { 6 "build": "asc wasi-hello.ts --target wasi-hello", 7 "start": "wasmtime ./build/wasi-hello.wasm" 8 }, 9 "author": "Aaron Turner", 10 "contributors": [ 11 "Jairus Tanaka (JairusSW)" 12 ], 13 "license": "MIT", 14 "dependencies": { 15 "@assemblyscript/wasi-shim": "^0.1.0", 16 "assemblyscript": "^0.27.1" 17 } 18} 19