Splitting vweb into multiple modules

This commit is contained in:
2023-12-09 13:12:38 -06:00
parent 66e7e1884e
commit ca79642e43
8 changed files with 193 additions and 171 deletions
+1
View File
@@ -12,6 +12,7 @@ crate-type = ["cdylib"]
vcore = { path = "../vcore" }
vgfx = { path = "../vgfx" }
vasm_core = { path = "../vasm_core" }
forge_core = { path = "../forge_core" }
wasm-bindgen = "0.2"
serde = { version = "1.0", features = ["derive"] }
serde-wasm-bindgen = "0.4"