fork of https://github.com/rustwasm/wasm-pack for the needs of NextGraph.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.5 KiB
46 lines
1.5 KiB
<style>
|
|
header.warning {
|
|
background-color: rgb(242, 222, 222);
|
|
border-bottom-color: rgb(238, 211, 215);
|
|
border-bottom-left-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
border-bottom-style: solid;
|
|
border-bottom-width: 0.666667px;
|
|
border-image-outset: 0 0 0 0;
|
|
border-image-repeat: stretch stretch;
|
|
border-image-slice: 100% 100% 100% 100%;
|
|
border-image-source: none;
|
|
border-image-width: 1 1 1 1;
|
|
border-left-color: rgb(238, 211, 215);
|
|
border-left-style: solid;
|
|
border-left-width: 0.666667px;
|
|
border-right-color: rgb(238, 211, 215);
|
|
border-right-style: solid;
|
|
border-right-width: 0.666667px;
|
|
border-top-color: rgb(238, 211, 215);
|
|
border-top-left-radius: 4px;
|
|
border-top-right-radius: 4px;
|
|
border-top-style: solid;
|
|
border-top-width: 0.666667px;
|
|
color: rgb(185, 74, 72);
|
|
margin-bottom: 0px;
|
|
margin-left: 0px;
|
|
margin-right: 0px;
|
|
margin-top: 30px;
|
|
padding-bottom: 8px;
|
|
padding-left: 14px;
|
|
padding-right: 35px;
|
|
padding-top: 8px;
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
<header class='warning'>
|
|
<p>
|
|
This is the <strong>unpublished</strong> documentation of
|
|
<code>wasm-pack</code>, the published documentation is available
|
|
<a href="https://rustwasm.github.io/docs/wasm-pack/">
|
|
on the main Rust and WebAssembly documentation site
|
|
</a>. Features documented here may not be available in released versions of
|
|
<code>wasm-pack</code>.
|
|
</p>
|
|
</header>
|
|
|