Skip to content

Commit 80f9927

Browse files
authored
Describe distributed assets in the README
1 parent 3f0ecc4 commit 80f9927

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,8 @@ Although asm.js files were distributed as a single Javascript file, WebAssembly
269269

270270

271271

272-
## Versions of sql.js included in `dist/`
272+
## Versions of sql.js included in the [distributed artifacts](https://github.com/kripken/sql.js/releases/latest)
273+
For each [relase](https://github.com/kripken/sql.js/releases/), you will find a file called `sqljs.zip` in the *release assets*. It will contain:
273274
- `sql-wasm.js` : The Web Assembly version of Sql.js. Minified and suitable for production. Use this. If you use this, you will need to include/ship `sql-wasm.wasm` as well.
274275
- `sql-wasm-debug.js` : The Web Assembly, Debug version of Sql.js. Larger, with assertions turned on. Useful for local development. You will need to include/ship `sql-wasm-debug.wasm` if you use this.
275276
- `sql-asm.js` : The older asm.js version of Sql.js. Slower and larger. Provided for compatibility reasons.

0 commit comments

Comments
 (0)