1{ 2 "name": "wasi-hello-world", 3 "version": "1.0.0", 4 "description": "Hello world in Wasi with AS and as-wasi", 5 "main": "index.js", 6 "scripts": { 7 "build": "asc wasi-hello-world.ts -b wasi-hello-world.wasm", 8 "wasmtime": "wasmtime wasi-hello-world.wasm" 9 }, 10 "author": "Aaron Turner", 11 "license": "MIT", 12 "devDependencies": { 13 "assemblyscript": "^0.19.10" 14 }, 15 "dependencies": { 16 "as-wasi": "^0.4.6" 17 } 18} 19