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
* Fix hyperlink between parse/print online pages
Use a relative link instead of an absolute one to handle hosting on
different roots
* Rename playground jobs
Make it a bit more descriptive which workflow they're attached to with
just the name of the job
* Remove generated `src/bindings.rs`
Exclude the crate from testing to avoid building it on other targets.
* Remove unused `[profile.release]` section
Inherit the default settings for now and if distribution of the wasm is
a problem it can be re-added on a per-CI-job-basis.
* Exclude the playground from `cargo doc`
* Try to fill in missing file for rustfmt
* Try a blank line in a new file
* Try printf instead
Copy file name to clipboardExpand all lines: playground/pages/parse.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ <h1>wasm-tools parse</h1>
60
60
<divclass="textarea-container">
61
61
<divclass="description">
62
62
<p>Translate from the WebAssembly text format to binary using <ahref="https://github.com/bytecodealliance/wasm-tools"><code>wasm-tools parse</code></a>.
63
-
You can go the other direction using <ahref="/print"><code>print</code></a>.</p>
63
+
You can go the other direction using <ahref="print"><code>print</code></a>.</p>
0 commit comments