Skip to content

Commit e660176

Browse files
committed
undo rnadom changes to SUMMARY.md
1 parent 0b1f61b commit e660176

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

guide/src/SUMMARY.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22

33
[Introduction](./introduction.md)
44

5-
---
5+
--------------------------------------------------------------------------------
66

77
- [Examples](./examples/index.md)
88
- [Hello, World!](./examples/hello-world.md)
99
- [Using `console.log`](./examples/console-log.md)
10-
- [Small wasm files](./examples/add.md)
10+
- [Small Wasm files](./examples/add.md)
1111
- [Without a Bundler](./examples/without-a-bundler.md)
1212
- [Synchronous Instantiation](./examples/synchronous-instantiation.md)
13-
- [Converting WebAssembly to JS](./examples/wasm2js.md)
1413
- [Importing functions from JS](./examples/import-js.md)
1514
- [Working with `char`](./examples/char.md)
1615
- [js-sys: WebAssembly in WebAssembly](./examples/wasm-in-wasm.md)
@@ -32,7 +31,6 @@
3231
- [Wasm Audio Worklet](./examples/wasm-audio-worklet.md)
3332
- [web-sys: A TODO MVC App](./examples/todomvc.md)
3433
- [Reference](./reference/index.md)
35-
3634
- [Deployment](./reference/deployment.md)
3735
- [JS snippets](./reference/js-snippets.md)
3836
- [Static JS Objects](./reference/static-js-objects.md)
@@ -55,6 +53,7 @@
5553
- [`JsValue`](./reference/types/jsvalue.md)
5654
- [`Box<[T]>` and `Vec<T>`](./reference/types/boxed-slices.md)
5755
- [`*const T` and `*mut T`](./reference/types/pointers.md)
56+
- [`NonNull<T>`](./reference/types/non-null.md)
5857
- [Numbers](./reference/types/numbers.md)
5958
- [`bool`](./reference/types/bool.md)
6059
- [`char`](./reference/types/char.md)
@@ -98,9 +97,10 @@
9897
- [`inspectable`](./reference/attributes/on-rust-exports/inspectable.md)
9998
- [`skip_typescript`](./reference/attributes/on-rust-exports/skip_typescript.md)
10099
- [`getter_with_clone`](./reference/attributes/on-rust-exports/getter_with_clone.md)
100+
- [`unchecked_return_type` and `unchecked_param_type`](./reference/attributes/on-rust-exports/unchecked_type.md)
101+
- [`return_description` and `param_description`](./reference/attributes/on-rust-exports/description.md)
101102

102103
- [`web-sys`](./web-sys/index.md)
103-
104104
- [Using `web-sys`](./web-sys/using-web-sys.md)
105105
- [Cargo Features](./web-sys/cargo-features.md)
106106
- [Function Overloads](./web-sys/function-overloads.md)
@@ -109,11 +109,11 @@
109109
- [Unstable APIs](./web-sys/unstable-apis.md)
110110

111111
- [Testing with `wasm-bindgen-test`](./wasm-bindgen-test/index.md)
112-
113112
- [Usage](./wasm-bindgen-test/usage.md)
114113
- [Writing Asynchronous Tests](./wasm-bindgen-test/asynchronous-tests.md)
115114
- [Testing in Headless Browsers](./wasm-bindgen-test/browsers.md)
116115
- [Continuous Integration](./wasm-bindgen-test/continuous-integration.md)
116+
- [Coverage (Experimental)](./wasm-bindgen-test/coverage.md)
117117

118118
- [Contributing to `wasm-bindgen`](./contributing/index.md)
119119
- [Testing](./contributing/testing.md)

0 commit comments

Comments
 (0)