-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update golem-wit * Updated test components * Proper golem-rust version * Update golem-examples * Updated golem-wasm-ast * Updated golem-wasm-rpc * Fix * Fix go test components
- Loading branch information
Showing
118 changed files
with
10,299 additions
and
186 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,8 +56,8 @@ fn preview2_mod_gen(golem_wit_path: &str) -> String { | |
path: "{golem_wit_path}/wit", | ||
interfaces: " | ||
import golem:api/[email protected]; | ||
import golem:api/[email protected]-rc1; | ||
import golem:api/[email protected]-rc1; | ||
import golem:api/[email protected]; | ||
import golem:api/[email protected]; | ||
import wasi:blobstore/blobstore; | ||
import wasi:blobstore/container; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -238,7 +238,7 @@ impl<Ctx: WorkerCtx> OplogProcessorPlugin for PerExecutorOplogProcessorPlugin<Ct | |
} | ||
} | ||
wave_config.push(']'); | ||
let function_name = format!("golem:api/[email protected]-rc1.{{processor({wave_account_info}, {wave_component_id}, {wave_config}).process}}"); | ||
let function_name = format!("golem:api/[email protected].{{processor({wave_account_info}, {wave_component_id}, {wave_config}).process}}"); | ||
|
||
let val_worker_id = worker_metadata.worker_id.clone().into_value(); | ||
let val_metadata = worker_metadata.into_value(); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.