1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

wasm: accommodate moving generated sqlite3.js in the previous checkin.

FossilOrigin-Name: 41762f9518bb51b8b23ae6507628d6d3256044e1f2aca6e7251dc57722062c42
This commit is contained in:
stephan
2022-08-16 16:11:20 +00:00
parent ab7de45084
commit 8ac2d8510e
5 changed files with 13 additions and 14 deletions

View File

@ -33,7 +33,7 @@
<p>All stuff on this page happens in the dev console.</p>
<hr>
<div id='test-output'></div>
<script src="api/sqlite3.js"></script>
<script src="sqlite3.js"></script>
<script src="common/SqliteTestUtil.js"></script>
<script src="scratchpad-opfs-main.js"></script>
</body>