dynoxide-rs 0.10.0

A lightweight, embeddable DynamoDB emulator backed by SQLite
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "dynoxide-wasm",
  "version": "0.0.0",
  "private": true,
  "type": "module",
  "description": "JS bridge and build for the dynoxide wasm-sqlite backend (preview). Bundles the wa-sqlite glue and the wasm-bindgen Worker into a self-contained dist/.",
  "scripts": {
    "build:wasm": "./scripts/build-wasm.sh",
    "build:wasm:dev": "./scripts/build-wasm.sh --dev"
  },
  "devDependencies": {
    "esbuild": "^0.28.0",
    "wa-sqlite": "^1.0.0"
  }
}