{
  "input": ["./assembly/__tests__/*.spec.ts"],
  "outDir": "./build",
  "config": "none",
  "plugins": {
    "coverage": false
  },
  "buildOptions": {
    "args": ["--enable simd", "--runtime stub"],
    "target": "wasi"
  },
  "runOptions": {
    "runtime": {
      "name": "wasmtime",
      "run": "wasmtime <file>"
    }
  }
}
