Skip to content

Commit

Permalink
Merge pull request #71 from vdice/fix/password-hasher-wasm
Browse files Browse the repository at this point in the history
fix(apps): update wasm file name for password-hasher app
  • Loading branch information
vdice authored Jun 17, 2024
2 parents b3b481d + df224b2 commit c8ebb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/password-hasher/spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ route = "/..."
component = "password-hasher"

[component.password-hasher]
source = "target/wasm32-wasi/release/cpu_mem_sleep.wasm"
source = "target/wasm32-wasi/release/password_hasher.wasm"
allowed_outbound_hosts = []
[component.password-hasher.build]
command = "cargo build --target wasm32-wasi --release"
Expand Down

0 comments on commit c8ebb6b

Please sign in to comment.