10000 update web shell to fix OOM issue · cmu-db/bustub-web-shell@6668a19 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6668a19

Browse files
committed
update web shell to fix OOM issue
1 parent 9cb0f5e commit 6668a19

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bustub/bustub-wasm-shell.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bustub/bustub-wasm-shell.wasm

0 Bytes
Binary file not shown.

bustub/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@
7575
<script src="bustub-wasm-shell.js"></script>
7676

7777
<script type="text/javascript">
78-
const BUSTUB_PUBLIC_VERSION_VAR = "2dd141e"
79-
const BUSTUB_PRIVATE_VERSION_VAR = "ee4e637"
80-
const BUSTUB_BUILD_TIME_VAR = "20241030"
78+
const BUSTUB_PUBLIC_VERSION_VAR = "1e8c086"
79+
const BUSTUB_PRIVATE_VERSION_VAR = "66c6935"
80+
const BUSTUB_BUILD_TIME_VAR = "20241117"
8181
let is_ready = false
8282

8383
Module['onRuntimeInitialized'] = function () {

0 commit comments

Comments
 (0)
0