Skip to content

Commit 3d26828

Browse files
committed
Deploying to gh-pages from @ 25f4821 πŸš€
1 parent b9c7fb1 commit 3d26828

File tree

8 files changed

+97
-96
lines changed

8 files changed

+97
-96
lines changed

β€Ž.emsdk-cache/emsdk-master/emsdk.pyβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2818,13 +2818,14 @@ def main(args):
28182818
if is_emsdk_sourced_from_github():
28192819
# This code only exists on the master branch
28202820
errlog('****')
2821-
errlog('Warning: You appear to be using the `master` branch of emsdk.')
2821+
errlog('Error: You appear to be using the `master` branch of emsdk.')
28222822
errlog('We recently made the switch to using `main`')
28232823
errlog('In order to continue to receive updates you will need to make the switch locally too.')
28242824
errlog('For normal clones without any local branches simply running the following command should be enough:')
28252825
errlog(' `git checkout main`')
28262826
errlog('For more information see https://github.com/emscripten-core/emsdk/issues/805')
28272827
errlog('****')
2828+
return 1
28282829

28292830
if not args:
28302831
errlog("Missing command; Type 'emsdk help' to get a list of commands.")

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ See : https://github.com/sql-js/sql.js/blob/master/test/test_node_file.js
203203
If you don't want to run CPU-intensive SQL queries in your main application thread,
204204
you can use the *more limited* WebWorker API.
205205

206-
You will need to download [dist/worker.sql-wasm.js](dist/worker.sql-wasm.js) [dist/worker.sql-wasm.wasm](dist/worker.sql-wasm.wasm).
206+
You will need to download `worker.sql-wasm.js` and `worker.sql-wasm.wasm` from the [release page](https://github.com/sql-js/sql.js/releases).
207207

208208
Example:
209209
```html

β€Ždist/sql-asm-memory-growth.jsβ€Ž

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždist/sql-asm.jsβ€Ž

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždist/sql-wasm.jsβ€Ž

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždist/sql-wasm.wasmβ€Ž

2 Bytes
Binary file not shown.

β€Ždist/worker.sql-asm.jsβ€Ž

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždist/worker.sql-wasm.jsβ€Ž

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)