diff options
| author | Ulf Lilleengen <[email protected]> | 2022-08-23 19:55:49 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2022-08-23 20:00:34 +0200 |
| commit | bd4ae2e9526cb66c15b7335cfbc803106637c7e1 (patch) | |
| tree | ab9aaab342dd7a6b32ae0ee2679836ffba9e9638 /examples/wasm/README.md | |
| parent | 6530c179b2efffa19fe5d7e336837692e0365af4 (diff) | |
Enable 'std' feature on critical-section for WASM
This fixes the WASM support which was failing due to missing
critical-section implementation. This also upgrades the bindgen
dependency and ensures that tooling works.
Diffstat (limited to 'examples/wasm/README.md')
| -rw-r--r-- | examples/wasm/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wasm/README.md b/examples/wasm/README.md index 4bed4a797..b7fee2dc8 100644 --- a/examples/wasm/README.md +++ b/examples/wasm/README.md | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | Examples use a CLI tool named `wasm-pack` to build this example: | 3 | Examples use a CLI tool named `wasm-pack` to build this example: |
| 4 | 4 | ||
| 5 | ``` | 5 | ``` |
| 6 | cargo install wasm-pack | 6 | cargo install wasm-pack --version 0.9.1 |
| 7 | ``` | 7 | ``` |
| 8 | 8 | ||
| 9 | ## Building | 9 | ## Building |
