Skip to content

Commit

Permalink
Merge pull request #2390 from fermyon/allow-more-wasm
Browse files Browse the repository at this point in the history
Allow `spin-expressions` and `spin-outbound-networking` to compile to wasm
  • Loading branch information
rylev authored Mar 23, 2024
2 parents c20d164 + 428a669 commit fc0baf4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions crates/expressions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ anyhow = "1.0"
async-trait = "0.1"
dotenvy = "0.15"
once_cell = "1"
spin-app = { path = "../app" }
spin-locked-app = { path = "../locked-app" }
thiserror = "1"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
vaultrs = "0.6.2"
serde = "1.0.188"

[dev-dependencies]
toml = "0.5"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
2 changes: 1 addition & 1 deletion crates/expressions/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mod template;

use std::{borrow::Cow, collections::HashMap, fmt::Debug};

use spin_app::Variable;
use spin_locked_app::Variable;

pub use provider::Provider;
use template::Part;
Expand Down
4 changes: 1 addition & 3 deletions examples/spin-timer/Cargo.lock

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

0 comments on commit fc0baf4

Please sign in to comment.