We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0750117 commit 01c9c24Copy full SHA for 01c9c24
docs/README.md
@@ -21,7 +21,6 @@ $ rustup target add wasm32-unknown-unknown
21
$ cargo install wasm-pack
22
$ cd ../website_playground
23
$ CARGO_CFG_HYDROFLOW_GENERATE_DOCS="1" RUSTFLAGS="--cfg procmacro2_semver_exempt --cfg super_unstable" wasm-pack build
24
-$ cd ../docs
25
```
26
27
### Notes on building on macOS
@@ -40,6 +39,7 @@ $ TARGET_CC="$(brew --prefix)/opt/llvm/bin/clang" TARGET_AR="$(brew --prefix)/op
40
39
With the WASM portion built, we can launch the website with the playground loaded:
41
42
```bash
+$ cd ../docs
43
$ LOAD_PLAYGROUND=1 npm run start
44
45
0 commit comments