diff --git a/.gitignore b/.gitignore index 78af6c1a..3669f86f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.sublime-project *.sublime-workspace -node_modules \ No newline at end of file +node_modules +bundle.js diff --git a/index-build-debug.html b/index-build-debug.html new file mode 100644 index 00000000..7e27801b --- /dev/null +++ b/index-build-debug.html @@ -0,0 +1,43 @@ + + +
+ + + + + + + + + + + diff --git a/index-build.html b/index-build.html new file mode 100644 index 00000000..30725164 --- /dev/null +++ b/index-build.html @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/package.json b/package.json index f0a8ab93..d6ecacbc 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ }, "scripts": { "test": "node_modules/.bin/impunity --entryPoint src/main.js --force-esm", - "start": "node scripts/serve-local.js" + "start": "node scripts/serve-local.js", + "build": "node_modules/rollup/bin/rollup -c" }, "repository": { "type": "git", @@ -23,6 +24,7 @@ "devDependencies": { "finalhandler": "^1.1.1", "impunity": "^0.0.7", + "rollup": "^1.15.6", "serve-static": "^1.13.2" } } diff --git a/prototypes/base256.html b/prototypes/base256.html new file mode 100644 index 00000000..52096f67 --- /dev/null +++ b/prototypes/base256.html @@ -0,0 +1,30 @@ + + + + + + + + + + diff --git a/prototypes/idb-cmp-numbers.html b/prototypes/idb-cmp-numbers.html new file mode 100644 index 00000000..a2d63748 --- /dev/null +++ b/prototypes/idb-cmp-numbers.html @@ -0,0 +1,110 @@ + + + + + + + + + + + diff --git a/prototypes/idb-cmp.html b/prototypes/idb-cmp.html new file mode 100644 index 00000000..62ae68f0 --- /dev/null +++ b/prototypes/idb-cmp.html @@ -0,0 +1,76 @@ + + + + + + + + + + + diff --git a/prototypes/idb-continue-key.html b/prototypes/idb-continue-key.html index dc488deb..dacf1740 100644 --- a/prototypes/idb-continue-key.html +++ b/prototypes/idb-continue-key.html @@ -2,6 +2,11 @@ + +