refactor(vm+frontend): better logging, fix slot serialization

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2024-09-16 21:40:51 -07:00
parent f05f81cce5
commit a34fb426b7
26 changed files with 310 additions and 93 deletions

3
Cargo.lock generated
View File

@@ -659,6 +659,7 @@ dependencies = [
"serde_with",
"stationeers_data",
"thiserror",
"tracing",
"tracing-wasm",
"tsify",
"wasm-bindgen",
@@ -694,6 +695,8 @@ dependencies = [
"js-sys",
"tokio",
"tower-lsp",
"tracing",
"tracing-wasm",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-streams",