Skip to content

Commit

Permalink
Get rid of old non-factors code
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
  • Loading branch information
rylev committed Aug 22, 2024
1 parent afbcfa6 commit 934545c
Show file tree
Hide file tree
Showing 73 changed files with 263 additions and 9,849 deletions.
507 changes: 5 additions & 502 deletions Cargo.lock

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@ error: the `wasm32-wasi` target is not installed
std::fs::create_dir_all("target/test-programs").unwrap();

build_wasm_test_program("core-wasi-test.wasm", "crates/core/tests/core-wasi-test");
build_wasm_test_program("redis-rust.wasm", "crates/trigger-redis/tests/rust");

build_wasm_test_program(
"spin-http-benchmark.wasm",
"crates/trigger-http/benches/spin-http-benchmark",
);
build_wasm_test_program(
"wagi-benchmark.wasm",
"crates/trigger-http/benches/wagi-benchmark",
);
build_wasm_test_program("timer_app_example.wasm", "examples/spin-timer/app-example");
// build_wasm_test_program("redis-rust.wasm", "crates/trigger-redis/tests/rust");

// build_wasm_test_program(
// "spin-http-benchmark.wasm",
// "crates/trigger-http/benches/spin-http-benchmark",
// );
// build_wasm_test_program(
// "wagi-benchmark.wasm",
// "crates/trigger-http/benches/wagi-benchmark",
// );
// build_wasm_test_program("timer_app_example.wasm", "examples/spin-timer/app-example");

cargo_build(TIMER_TRIGGER_INTEGRATION_TEST);
}
Expand Down
16 changes: 0 additions & 16 deletions crates/llm/Cargo.toml

This file was deleted.

49 changes: 0 additions & 49 deletions crates/llm/src/host_component.rs

This file was deleted.

112 changes: 0 additions & 112 deletions crates/llm/src/lib.rs

This file was deleted.

3 changes: 0 additions & 3 deletions crates/oci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,3 @@ tokio = { version = "1", features = ["fs"] }
tokio-util = { version = "0.7.9", features = ["compat"] }
tracing = { workspace = true }
walkdir = "2.3"

[dev-dependencies]
spin-testing = { path = "../testing" }
Loading

0 comments on commit 934545c

Please sign in to comment.