Skip to content

Commit 7033fa4

Browse files
coolreader18Centril
authored andcommitted
wip
switch to sats-based deserialization ModuleInstance impl wip
1 parent c455c9f commit 7033fa4

File tree

15 files changed

+2053
-14
lines changed

15 files changed

+2053
-14
lines changed

.prettierrc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"tabWidth": 4,
3+
"useTabs": false,
4+
"semi": true,
5+
"singleQuote": true,
6+
"arrowParens": "avoid",
7+
"jsxSingleQuote": false,
8+
"trailingComma": "es5",
9+
"endOfLine": "auto",
10+
"printWidth": 100
11+
}

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ termcolor = "1.2.0"
260260
thin-vec = "0.2.13"
261261
thiserror = "1.0.37"
262262
tokio = { version = "1.37", features = ["full"] }
263-
tokio_metrics = { version = "0.4.0" }
264263
tokio-postgres = { version = "0.7.8", features = ["with-chrono-0_4"] }
265264
tokio-stream = "0.1.17"
266265
tokio-tungstenite = { version = "0.26.2", features = ["native-tls"] }

crates/core/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ jwks.workspace = true
116116
async_cache = "0.3.1"
117117
faststr = "0.2.23"
118118
core_affinity = "0.8"
119+
v8 = "137"
120+
num-traits = "0.2"
121+
# sourcemap = "9"
119122

120123
[target.'cfg(not(target_env = "msvc"))'.dependencies]
121124
tikv-jemallocator = {workspace = true}

crates/core/src/host/v8/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.js

0 commit comments

Comments
 (0)