Files
wasmtime/docs/assemblyscript-hello-world/package.json
2021-08-19 09:20:04 -05:00

19 lines
429 B
JSON

{
"name": "wasi-hello-world",
"version": "1.0.0",
"description": "Hello world in Wasi with AS and as-wasi",
"main": "index.js",
"scripts": {
"build": "asc wasi-hello-world.ts -b wasi-hello-world.wasm",
"wasmtime": "wasmtime wasi-hello-world.wasm"
},
"author": "Aaron Turner",
"license": "MIT",
"devDependencies": {
"assemblyscript": "^0.19.10"
},
"dependencies": {
"as-wasi": "^0.4.6"
}
}