|
| 1 | +<style> |
| 2 | + header.warning { |
| 3 | + background-color: rgb(242, 222, 222); |
| 4 | + border-bottom-color: rgb(238, 211, 215); |
| 5 | + border-bottom-left-radius: 4px; |
| 6 | + border-bottom-right-radius: 4px; |
| 7 | + border-bottom-style: solid; |
| 8 | + border-bottom-width: 0.666667px; |
| 9 | + border-image-outset: 0 0 0 0; |
| 10 | + border-image-repeat: stretch stretch; |
| 11 | + border-image-slice: 100% 100% 100% 100%; |
| 12 | + border-image-source: none; |
| 13 | + border-image-width: 1 1 1 1; |
| 14 | + border-left-color: rgb(238, 211, 215); |
| 15 | + border-left-style: solid; |
| 16 | + border-left-width: 0.666667px; |
| 17 | + border-right-color: rgb(238, 211, 215); |
| 18 | + border-right-style: solid; |
| 19 | + border-right-width: 0.666667px; |
| 20 | + border-top-color: rgb(238, 211, 215); |
| 21 | + border-top-left-radius: 4px; |
| 22 | + border-top-right-radius: 4px; |
| 23 | + border-top-style: solid; |
| 24 | + border-top-width: 0.666667px; |
| 25 | + color: rgb(185, 74, 72); |
| 26 | + margin-bottom: 0px; |
| 27 | + margin-left: 0px; |
| 28 | + margin-right: 0px; |
| 29 | + margin-top: 30px; |
| 30 | + padding-bottom: 8px; |
| 31 | + padding-left: 14px; |
| 32 | + padding-right: 35px; |
| 33 | + padding-top: 8px; |
| 34 | + text-align: center; |
| 35 | + } |
| 36 | +</style> |
| 37 | +<header class='warning'> |
| 38 | + This is the <strong>unpublished</strong> documentation of |
| 39 | + <code>wasm-pack</code>, the published documentation is available |
| 40 | + <a href="https://rustwasm.github.io/docs/wasm-pack/"> |
| 41 | + on the main Rust and WebAssembly documentation site |
| 42 | + </a>. Features documented here may not be available in released versions of |
| 43 | + <code>wasm-pack</code>. |
| 44 | +</header> |
0 commit comments