Skip to content

Commit

Permalink
Fix pulumi wasm (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel committed Jul 20, 2024
1 parent 0a0b24c commit 5ee534a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 179 deletions.
2 changes: 1 addition & 1 deletion pulumi_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ anyhow.workspace = true
package = "component:pulumi-wasm"

[package.metadata.component.target]
path = "../wits/world.wit"
path = "../pulumi_wasm_wit/wit/world.wit"
world = "pulumi-wasm"
2 changes: 0 additions & 2 deletions pulumi_wasm_wit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#[cfg(feature = "pulumi-wasm-rust")]
pub mod bindings {
wit_bindgen::generate!({
// the name of the world in the `*.wit` input file
world: "pulumi-wasm-rust",
});
}
Expand All @@ -17,7 +16,6 @@ pub mod bindings {
#[cfg(feature = "logger")]
pub mod bindings_logger {
wit_bindgen::generate!({
// the name of the world in the `*.wit` input file
world: "logger",
});
}
Expand Down
176 changes: 0 additions & 176 deletions wits/world.wit

This file was deleted.

0 comments on commit 5ee534a

Please sign in to comment.