Skip to content

Commit

Permalink
[rust] add capability to watch and reload WASM plugins (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkrn authored Sep 23, 2023
1 parent 529bcf7 commit 57f69a8
Show file tree
Hide file tree
Showing 7 changed files with 422 additions and 111 deletions.
101 changes: 101 additions & 0 deletions rust/Cargo.lock

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

2 changes: 2 additions & 0 deletions rust/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ allow = [
"Apache-2.0 WITH LLVM-exception",
"BSD-3-Clause",
"BSD-2-Clause",
"CC0-1.0",
"ISC",
"MIT",
"MPL-2.0",
"Unicode-DFS-2016",
Expand Down
1 change: 1 addition & 0 deletions rust/plugin_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = "MPL-2.0"
[dependencies]
anyhow = "1"
nanoem-protobuf = { version = "35", path = "../protobuf" }
notify = "6"
tracing = { version = "0.1", default-features = false, features = ["std"] }
tracing-subscriber = "0.3"
wasmtime = { version = "13", default-features = false, features = [
Expand Down
Loading

0 comments on commit 57f69a8

Please sign in to comment.