pub fn get_build_command_with_config(
language: WasmLanguage,
target: WasiTarget,
release: bool,
config: Option<&WasmBuildConfig>,
) -> Vec<String>Expand description
Get the build command with full config support (world, features, etc.)