@@ -1001,11 +1001,11 @@ load("@rules_wasm_component//wasm:defs.bzl", "wasm_embed_aot")
10011001
10021002** Attributes:**
10031003
1004- | Name | Type | Required | Description |
1005- | --------------- | ----------------------- | -------- | ----------------------------------------------------- |
1004+ | Name | Type | Required | Description |
1005+ | --------------- | ----------------------- | -------- | ------------------------------------------------------------ |
10061006| ` aot_artifacts ` | String-keyed label dict | ✅ | Dictionary mapping target names to precompiled AOT artifacts |
1007- | ` component ` | Label | ✅ | Base WebAssembly component to embed AOT artifacts into |
1008- | ` name ` | String | ✅ | A unique name for this target |
1007+ | ` component ` | Label | ✅ | Base WebAssembly component to embed AOT artifacts into |
1008+ | ` name ` | String | ✅ | A unique name for this target |
10091009
10101010** Examples:**
10111011
@@ -1064,10 +1064,10 @@ load("@rules_wasm_component//wasm:defs.bzl", "wasm_extract_aot")
10641064
10651065** Attributes:**
10661066
1067- | Name | Type | Required | Description |
1068- | ------------- | ------ | -------- | ----------------------------------------------------- |
1069- | ` component ` | Label | ✅ | WebAssembly component with embedded AOT artifacts |
1070- | ` name ` | String | ✅ | A unique name for this target |
1067+ | Name | Type | Required | Description |
1068+ | ------------- | ------ | -------- | ------------------------------------------------------- |
1069+ | ` component ` | Label | ✅ | WebAssembly component with embedded AOT artifacts |
1070+ | ` name ` | String | ✅ | A unique name for this target |
10711071| ` target_name ` | String | ✅ | Target architecture name to extract (e.g., "linux_x64") |
10721072
10731073** Examples:**
@@ -1436,12 +1436,12 @@ load("@rules_wasm_component//wkg:defs.bzl", "wkg_lock")
14361436
14371437** Attributes:**
14381438
1439- | Name | Type | Required | Description |
1440- | -------------- | --------------- | -------- | --------------------------------------- |
1441- | ` dependencies ` | List of Strings | ✅ | List of package dependencies to lock |
1442- | ` name ` | String | ✅ | A unique name for this target |
1443- | ` package_name ` | String | ✅ | Name of the package being locked |
1444- | ` registry ` | String | ❌ | Custom registry URL |
1439+ | Name | Type | Required | Description |
1440+ | -------------- | --------------- | -------- | ------------------------------------ |
1441+ | ` dependencies ` | List of Strings | ✅ | List of package dependencies to lock |
1442+ | ` name ` | String | ✅ | A unique name for this target |
1443+ | ` package_name ` | String | ✅ | Name of the package being locked |
1444+ | ` registry ` | String | ❌ | Custom registry URL |
14451445
14461446** Examples:**
14471447
@@ -1471,16 +1471,16 @@ load("@rules_wasm_component//wkg:defs.bzl", "wkg_publish")
14711471
14721472** Attributes:**
14731473
1474- | Name | Type | Required | Description |
1475- | -------------- | --------------- | -------- | --------------------------------- |
1476- | ` authors ` | List of Strings | ✅ | List of component authors |
1477- | ` component ` | Label | ✅ | WebAssembly component to publish |
1478- | ` description ` | String | ✅ | Component description |
1479- | ` license ` | String | ✅ | License identifier |
1480- | ` name ` | String | ✅ | A unique name for this target |
1481- | ` package_name ` | String | ✅ | Package name for publication |
1482- | ` registry ` | String | ❌ | Custom registry URL |
1483- | ` version ` | String | ✅ | Package version |
1474+ | Name | Type | Required | Description |
1475+ | -------------- | --------------- | -------- | -------------------------------- |
1476+ | ` authors ` | List of Strings | ✅ | List of component authors |
1477+ | ` component ` | Label | ✅ | WebAssembly component to publish |
1478+ | ` description ` | String | ✅ | Component description |
1479+ | ` license ` | String | ✅ | License identifier |
1480+ | ` name ` | String | ✅ | A unique name for this target |
1481+ | ` package_name ` | String | ✅ | Package name for publication |
1482+ | ` registry ` | String | ❌ | Custom registry URL |
1483+ | ` version ` | String | ✅ | Package version |
14841484
14851485** Examples:**
14861486
@@ -1510,12 +1510,12 @@ load("@rules_wasm_component//wkg:defs.bzl", "wkg_push")
15101510
15111511** Attributes:**
15121512
1513- | Name | Type | Required | Description |
1514- | ----------------- | ------ | -------- | --------------------------------- |
1515- | ` component ` | Label | ✅ | WebAssembly component to push |
1513+ | Name | Type | Required | Description |
1514+ | ----------------- | ------ | -------- | ------------------------------------------- |
1515+ | ` component ` | Label | ✅ | WebAssembly component to push |
15161516| ` image_reference ` | String | ✅ | OCI image reference (registry/org/name:tag) |
1517- | ` name ` | String | ✅ | A unique name for this target |
1518- | ` registry_config ` | Label | ❌ | Registry configuration |
1517+ | ` name ` | String | ✅ | A unique name for this target |
1518+ | ` registry_config ` | Label | ❌ | Registry configuration |
15191519
15201520** Examples:**
15211521
0 commit comments