dynoxide-rs 0.11.1

A lightweight, embeddable DynamoDB emulator backed by SQLite
Documentation
{
  "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 official @sqlite.org/sqlite-wasm engine 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",
    "build:wasm:harness": "./scripts/build-wasm.sh --dev --harness",
    "test": "node --test js/*.test.js",
    "test:browser": "playwright test"
  },
  "devDependencies": {
    "@playwright/test": "^1.61.0",
    "@sqlite.org/sqlite-wasm": "^3.53.0-build1",
    "esbuild": "^0.28.1"
  }
}