CLI, first class lang support: on demand common#2834
Conversation
# Conflicts: # Makefile.toml
|
✅ All contributors have signed the CLA. |
|
I have read the CLA Document and I hereby sign the CLA |
| static GOLEM_RUST_VERSION: &str = "2.0.0-dev.2"; | ||
| static GOLEM_TS_VERSION: &str = "0.1.0-dev.1"; | ||
| static GOLEM_AI_VERSION: &str = "v0.5.0-dev.1"; | ||
| static GOLEM_AI_SUFFIX: &str = "-dev.wasm"; |
There was a problem hiding this comment.
We no longer use the golem-ai wasms (just crate dependencies with versions)
There was a problem hiding this comment.
i will clean them up, just wanted to check with you before: i guess we still should keep the env var hints for rust?
There was a problem hiding this comment.
yes those are still used in rust
There was a problem hiding this comment.
i'm cleaning them up in the next first-class-lang PR (and a few more common leftovers, which i found since then)
| bail!(ContextInitHintError::CannotUseShortEnvRefWithLocalOrCloudFlags); | ||
| } | ||
|
|
||
| let sdk_overrides = SdkOverrides { |
There was a problem hiding this comment.
Is anything changes regarding the overrides (anywhere) or this is just moving things around?
There was a problem hiding this comment.
just moving for now
Uh oh!
There was an error while loading. Please reload this page.