You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/flatten.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1324,7 +1324,7 @@ An example of this rule in use can be seen at [@rules_rust//examples/wasm](../ex
1324
1324
| <aid="rust_wasm_bindgen-name"></a>name | A unique name for this target. | <ahref="https://bazel.build/docs/build-ref.html#name">Name</a> | required ||
1325
1325
| <aid="rust_wasm_bindgen-bindgen_flags"></a>bindgen_flags | Flags to pass directly to the bindgen executable. See https://github.com/rustwasm/wasm-bindgen/ for details. | List of strings | optional |[]|
1326
1326
| <aid="rust_wasm_bindgen-target"></a>target | The type of output to generate. See https://rustwasm.github.io/wasm-bindgen/reference/deployment.html for details. | String | optional | "bundler" |
1327
-
| <aid="rust_wasm_bindgen-wasm_file"></a>wasm_file | The .wasm file to generate bindings for. | <ahref="https://bazel.build/docs/build-ref.html#labels">Label</a> |optional|None|
1327
+
| <aid="rust_wasm_bindgen-wasm_file"></a>wasm_file | The <code>.wasm</code> file or crate to generate bindings for. | <ahref="https://bazel.build/docs/build-ref.html#labels">Label</a> |required||
Copy file name to clipboardExpand all lines: docs/rust_wasm_bindgen.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ An example of this rule in use can be seen at [@rules_rust//examples/wasm](../ex
58
58
| <aid="rust_wasm_bindgen-name"></a>name | A unique name for this target. | <ahref="https://bazel.build/docs/build-ref.html#name">Name</a> | required ||
59
59
| <aid="rust_wasm_bindgen-bindgen_flags"></a>bindgen_flags | Flags to pass directly to the bindgen executable. See https://github.com/rustwasm/wasm-bindgen/ for details. | List of strings | optional |[]|
60
60
| <aid="rust_wasm_bindgen-target"></a>target | The type of output to generate. See https://rustwasm.github.io/wasm-bindgen/reference/deployment.html for details. | String | optional | "bundler" |
61
-
| <aid="rust_wasm_bindgen-wasm_file"></a>wasm_file | The .wasm file to generate bindings for. | <ahref="https://bazel.build/docs/build-ref.html#labels">Label</a> |optional|None|
61
+
| <aid="rust_wasm_bindgen-wasm_file"></a>wasm_file | The <code>.wasm</code> file or crate to generate bindings for. | <ahref="https://bazel.build/docs/build-ref.html#labels">Label</a> |required||
0 commit comments