Skip to content

Commit 8835d40

Browse files
committed
Fix left over debugging artifacts
Signed-off-by: James Sturtevant <[email protected]>
1 parent cf3c408 commit 8835d40

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/hyperlight_wasm/examples/c-component/main.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ impl bindings::example::runcomponent::RuncomponentImports for State {
4444
fn main() {
4545
let state = State::new();
4646
let mut sandbox = SandboxBuilder::new()
47-
.with_guest_input_buffer_size(70000000)
48-
.with_guest_heap_size(200000000)
49-
.with_guest_stack_size(100000000)
5047
//.with_debugging_enabled(8080)
5148
.build()
5249
.unwrap();

src/wasm_runtime/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name = "wasm-runtime"
33
version = "0.11.0"
44
edition = "2021"
55

6-
[profile.release]
7-
debug = "full"
8-
96
[[bin]]
107
name = "wasm_runtime"
118
path = "src/main.rs"

0 commit comments

Comments
 (0)