Skip to content

Commit

Permalink
Merge pull request #3517 from knarkzel/master
Browse files Browse the repository at this point in the history
Add HTTP example which does dynamic allocation
  • Loading branch information
maminrayej authored Jan 11, 2024
2 parents 3e055d6 + 0e1b7ac commit b9c0a01
Show file tree
Hide file tree
Showing 3 changed files with 238 additions and 21 deletions.
123 changes: 102 additions & 21 deletions Cargo.lock

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

6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ lazy_static = "1.4"
serial_test = { version = "2.0", default-features = false }
compiler-test-derive = { path = "tests/lib/compiler-test-derive" }
tempfile = "3.6.0"
ureq = "2.6"
# For logging tests using the `RUST_LOG=debug` when testing
test-log = { version = "0.2", default-features = false, features = ["trace"] }
tracing = { version = "0.1", default-features = false, features = ["log"] }
Expand Down Expand Up @@ -314,3 +315,8 @@ required-features = ["backend"]
name = "features"
path = "examples/features.rs"
required-features = ["cranelift"]

[[example]]
name = "http-dynamic-size"
path = "examples/http_dynamic_size.rs"
required-features = ["cranelift"]
Loading

0 comments on commit b9c0a01

Please sign in to comment.