Skip to content

Commit 5dd2220

Browse files
authoredApr 29, 2019
Merge pull request #255 from Taytay/wasm
Compile sql.js to wasm instead of "just" asm.js
2 parents 9e69650 + 15eea72 commit 5dd2220

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+899906
-584201
lines changed
 

‎.gitignore

+4-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
node_modules/
22
*~
33

4-
# LLVM bitcode
5-
c/sqlite3.bc
6-
c/extension-functions.bc
7-
# Intermediary js files
8-
js/api.js
9-
js/sql-noopt-raw.js.map
10-
js/sql-optimized.js
11-
js/worker.js
12-
js/sql-raw.js.map
4+
# Intermediary files:
5+
out/
6+
sqlite-src/
7+
cache/

‎AUTHORS

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ Ophir LOJKINE <pere.jobs@gmail.com> (https://github.com/lovasoa)
22
@kripken
33
@hankinsoft
44
@firien
5-
@dinedal
5+
@dinedal
6+
@taytay

0 commit comments

Comments
 (0)