Include serde to return a source map

This commit is contained in:
2023-01-26 14:42:44 -06:00
parent 741becb563
commit b3c533b0c6
2 changed files with 46 additions and 15 deletions
+3
View File
@@ -10,4 +10,7 @@ crate-type = ["cdylib"]
[dependencies]
vcore = { path = "../vcore" }
vasm_core = { path = "../vasm_core" }
wasm-bindgen = "0.2"
serde = { version = "1.0", features = ["derive"] }
serde-wasm-bindgen = "0.4"