Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pulumi wasm #255

Merged
merged 2 commits into from
Jul 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading