You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
438 B

{
"name": "wasi-hello",
"version": "1.0.0",
"description": "WasmTime WASI Hello World in AssemblyScript",
"scripts": {
"build": "asc wasi-hello.ts --target wasi-hello",
"start": "wasmtime ./build/wasi-hello.wasm"
},
"author": "Aaron Turner",
"contributors": [
"Jairus Tanaka (JairusSW)"
],
"license": "MIT",
"dependencies": {
"@assemblyscript/wasi-shim": "^0.1.0",
"assemblyscript": "^0.27.1"
}
}