From 894ffe21385dc6c6a560d221b067383eaae1736d Mon Sep 17 00:00:00 2001 From: UebelAndre Date: Wed, 11 Dec 2024 12:35:17 -0800 Subject: [PATCH] Regenerate documentation --- docs/src/rust_wasm_bindgen.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/rust_wasm_bindgen.md b/docs/src/rust_wasm_bindgen.md index 8f5cc409f3..b1dda7509b 100644 --- a/docs/src/rust_wasm_bindgen.md +++ b/docs/src/rust_wasm_bindgen.md @@ -121,7 +121,7 @@ For additional information, see the [Bazel toolchains documentation][toolchains] ## RustWasmBindgenInfo
-RustWasmBindgenInfo(js, ts, wasm)
+RustWasmBindgenInfo(js, root, snippets, ts, wasm)
 
Info about wasm-bindgen outputs. @@ -132,6 +132,8 @@ Info about wasm-bindgen outputs. | Name | Description | | :------------- | :------------- | | js | Depset[File]: The Javascript files produced by `wasm-bindgen`. | +| root | str: The path to the root of the `wasm-bindgen --out-dir` directory. | +| snippets | File: The snippets directory produced by `wasm-bindgen`. | | ts | Depset[File]: The Typescript files produced by `wasm-bindgen`. | | wasm | File: The `.wasm` file generated by `wasm-bindgen`. |