Skip to content

Commit 46b3d92

Browse files
authored
Update download location (#362)
* Update download location Fix download files * Update README.md Add information about where to get the files. Co-authored-by: Ophir LOJKINE <[email protected]>
1 parent 597eae3 commit 46b3d92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ initSqlJs().then(function(SQL){
265265
`NOTHING` is now a reserved word in SQLite, whereas previously it was not. This could cause errors like `Error: near "nothing": syntax error`
266266

267267
### Downloading/Using: ###
268-
Although asm.js files were distributed as a single Javascript file, WebAssembly libraries are most efficiently distributed as a pair of files, the `.js` loader and the `.wasm` file, like [dist/sql-wasm.js]([dist/sql-wasm.js]) and [dist/sql-wasm.wasm]([dist/sql-wasm.wasm]). The `.js` file is responsible for wrapping/loading the `.wasm` file.
268+
Although asm.js files were distributed as a single Javascript file, WebAssembly libraries are most efficiently distributed as a pair of files, the `.js` loader and the `.wasm` file, like `sql-wasm.js` and `sql-wasm.wasm`. The `.js` file is responsible for loading the `.wasm` file. You can find these files on our [release page](https://github.com/sql-js/sql.js/releases)
269269

270270

271271

@@ -283,4 +283,3 @@ For each [relase](https://github.com/sql-js/sql.js/releases/), you will find a f
283283

284284
- Install the EMSDK, [as described here](https://emscripten.org/docs/getting_started/downloads.html)
285285
- Run `npm run rebuild`
286-

0 commit comments

Comments
 (0)