wasmtime-cli 43.0.0

Command-line interface for Wasmtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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"
  }
}