Skip to content

Commit

Permalink
Initial wasm component support (#367)
Browse files Browse the repository at this point in the history
Co-authored-by: Rainy Sinclair <[email protected]>
Co-authored-by: L. Pereira <[email protected]>
  • Loading branch information
3 people authored May 15, 2024
1 parent 909315f commit 7040716
Show file tree
Hide file tree
Showing 62 changed files with 6,780 additions and 132 deletions.
65 changes: 40 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ wasmtime = "20.0.0"
wasmtime-wasi = "20.0.0"
wasmtime-wasi-nn = "20.0.0"
wiggle = "20.0.0"
wasmparser = "0.207.0"
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ tracing-futures = { workspace = true }
tracing-subscriber = { version = "^0.3.16", features = ["env-filter", "fmt"] }
viceroy-lib = { path = "../lib", version = "^0.9.7" }
wat = "^1.0.38"
wasmtime-wasi = { workspace = true }
wasmtime = { workspace = true }
wasmtime-wasi = { workspace = true }
libc = "^0.2.139"

[dev-dependencies]
Expand Down
Loading

0 comments on commit 7040716

Please sign in to comment.