Skip to content

Commit

Permalink
Merge pull request #1546 from Phala-Network/up-sidevm-host-runtime
Browse files Browse the repository at this point in the history
sidevm: Remove unused instrument code
  • Loading branch information
kvinwang authored Mar 7, 2024
2 parents ec09aaf + 82b5ca1 commit 4dc0537
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 275 deletions.
3 changes: 1 addition & 2 deletions crates/sidevm/host-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ license = "Apache-2.0"
homepage = "https://github.com/Phala-Network/phala-blockchain"
edition = "2021"
name = "sidevm-host-runtime"
version = "0.1.0"
version = "0.1.1"

[dependencies]
anyhow = "1.0.69"
Expand All @@ -24,7 +24,6 @@ wasmer-compiler-llvm = { version = "3", optional = true }
phala-wasmer-tunables = { version = "0.1", path = "../../phala-wasmer-tunables" }
wasmer-middlewares = "3"
parity-wasm = "0.45.0"
wasm-instrument = "0.3.0"
serde = { version = "1.0", features = ["derive"] }
rand = "0.8.5"
thiserror = "1"
Expand Down
272 changes: 0 additions & 272 deletions crates/sidevm/host-runtime/src/instrument.rs

This file was deleted.

1 change: 0 additions & 1 deletion crates/sidevm/host-runtime/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
mod async_context;
mod env;
pub mod instrument;
mod metering;
mod resource;
#[cfg(feature = "rocket-stream")]
Expand Down

0 comments on commit 4dc0537

Please sign in to comment.