Renable session saving to fragment (using bson)

Signed-off-by: Rachel <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel
2024-03-23 18:44:16 -07:00
parent 45f24e01b5
commit 99ed5bfe02
7 changed files with 517 additions and 155 deletions

View File

@@ -46,10 +46,15 @@
"ace-code": "^1.32.7",
"ace-linters": "^1.1.1",
"bootstrap": "^5.3.3",
"bson": "^6.5.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"ic10emu_wasm": "file:../ic10emu_wasm/pkg",
"ic10lsp_wasm": "file:../ic10lsp_wasm/pkg",
"jquery": "^3.7.1",
"lzma-web": "^3.0.1",
"uuid": "^9.0.1"
"stream-browserify": "^3.0.0",
"uuid": "^9.0.1",
"vm-browserify": "^1.1.2"
}
}