Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…09|upstream emscripten 3.1.31 ticket #18609].
  • Loading branch information
sgbeal committed Jan 27, 2023
1 parent 19fd1c4 commit 826715f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ext/wasm/api/sqlite3-api-worker1.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/**
2022-07-22
The author disclaims copyright to this source code. In place of a
Expand All @@ -10,12 +10,12 @@
***********************************************************************
This file implements the initializer for the sqlite3 "Worker API
#1", a very basic DB access API intended to be scripted from a main
window thread via Worker-style messages. Because of limitations in
that type of communication, this API is minimalistic and only
capable of serving relatively basic DB requests (e.g. it cannot
process nested query loops concurrently).
This file implements the initializer for SQLite's "Worker API #1", a
very basic DB access API intended to be scripted from a main window
thread via Worker-style messages. Because of limitations in that
type of communication, this API is minimalistic and only capable of
serving relatively basic DB requests (e.g. it cannot process nested
query loops concurrently).
This file requires that the core C-style sqlite3 API and OO API #1
have been loaded.
Expand Down

0 comments on commit 826715f

Please sign in to comment.