1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 10:08:52 +08:00

SQLite WebAssembly micro-benchmark and new build with a memory leak fix (#70)

This commit is contained in:
saaj
2021-08-05 18:35:31 +02:00
committed by GitHub
parent 2830df2adc
commit 848112979b
14 changed files with 499 additions and 115 deletions

View File

@@ -1,4 +1,5 @@
{
"name": "sql.js",
"main": "./dist/sql-wasm.js"
}
"main": "./dist/sql-wasm.js",
"private": true
}