mirror of
https://github.com/encounter/wasmtime.git
synced 2026-03-30 11:42:15 -07:00
f85b8c5146
* add: assemblyscript wasi demo * refactor: assemblyscript-hello-world * finalize changes * edit .gitignore * add README * Add proper documentation
18 lines
433 B
JSON
18 lines
433 B
JSON
{
|
|
"name": "wasi-demo",
|
|
"version": "1.0.0",
|
|
"description": "WasmTime WASI demo in AssemblyScript",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "asc wasi-demo.ts --target wasi-demo",
|
|
"demo": "wasmtime ./build/wasi-demo.wasm"
|
|
},
|
|
"author": "Jairus Tanaka (JairusSW)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@assemblyscript/wasi-shim": "^0.1.0",
|
|
"assemblyscript": "^0.27.1",
|
|
"as-rainbow": "^0.1.0"
|
|
}
|
|
}
|