Skip to content

Commit 6dc2e3e

Browse files
authored
Merge pull request #161 from rivet-dev/convergence-web-merge
feat: browser-converged runtime + real terminal client
2 parents 97feb0e + 75f4ad5 commit 6dc2e3e

305 files changed

Lines changed: 55201 additions & 14581 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

BROWSER-CONVERGENCE-ARCHITECTURE.md

Lines changed: 961 additions & 0 deletions
Large diffs are not rendered by default.

BROWSER-CONVERGENCE-HARDENING.md

Lines changed: 354 additions & 0 deletions
Large diffs are not rendered by default.

Cargo.lock

Lines changed: 144 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ members = [
55
"crates/kernel",
66
"crates/vfs",
77
"crates/secure-exec-vfs",
8+
"crates/build-support",
9+
"crates/sidecar-protocol",
10+
"crates/sidecar-core",
811
"crates/execution",
912
"crates/secure-exec-client",
1013
"crates/sidecar",
@@ -22,7 +25,10 @@ repository = "https://github.com/rivet-dev/secure-exec"
2225

2326
[workspace.dependencies]
2427
secure-exec-bridge = { path = "crates/bridge", version = "0.3.0-rc.1" }
28+
secure-exec-build-support = { path = "crates/build-support", version = "0.3.0-rc.1" }
2529
secure-exec-kernel = { path = "crates/kernel", version = "0.3.0-rc.1" }
30+
secure-exec-sidecar-protocol = { path = "crates/sidecar-protocol", version = "0.3.0-rc.1" }
31+
secure-exec-sidecar-core = { path = "crates/sidecar-core", version = "0.3.0-rc.1" }
2632
secure-exec-execution = { path = "crates/execution", version = "0.3.0-rc.1" }
2733
secure-exec-vm-config = { path = "crates/vm-config", version = "0.3.0-rc.1" }
2834
secure-exec-v8-runtime = { path = "crates/v8-runtime", version = "0.3.0-rc.1" }

0 commit comments

Comments
 (0)