Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bytecodealliance
GitHub Repository: bytecodealliance/wasmtime
Path: blob/main/docs/assemblyscript-hello-world/package.json
1691 views
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