hara-native 0.1.13

HAL-free native host runtime and package launcher for Hara
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "@hara-lang/db-sqlite",
  "version": "0.1.0",
  "description": "SQLite WASM provider core for Hara std.db",
  "license": "Apache-2.0",
  "type": "module",
  "private": true,
  "dependencies": {
    "@hara-lang/hta": "0.1.13"
  },
  "exports": {
    ".": "./index.mjs"
  }
}