|
2 | 2 |
|
3 | 3 | [Introduction](./introduction.md)
|
4 | 4 |
|
5 |
| ---- |
| 5 | +-------------------------------------------------------------------------------- |
6 | 6 |
|
7 | 7 | - [Examples](./examples/index.md)
|
8 | 8 | - [Hello, World!](./examples/hello-world.md)
|
9 | 9 | - [Using `console.log`](./examples/console-log.md)
|
10 |
| - - [Small wasm files](./examples/add.md) |
| 10 | + - [Small Wasm files](./examples/add.md) |
11 | 11 | - [Without a Bundler](./examples/without-a-bundler.md)
|
12 | 12 | - [Synchronous Instantiation](./examples/synchronous-instantiation.md)
|
13 |
| - - [Converting WebAssembly to JS](./examples/wasm2js.md) |
14 | 13 | - [Importing functions from JS](./examples/import-js.md)
|
15 | 14 | - [Working with `char`](./examples/char.md)
|
16 | 15 | - [js-sys: WebAssembly in WebAssembly](./examples/wasm-in-wasm.md)
|
|
32 | 31 | - [Wasm Audio Worklet](./examples/wasm-audio-worklet.md)
|
33 | 32 | - [web-sys: A TODO MVC App](./examples/todomvc.md)
|
34 | 33 | - [Reference](./reference/index.md)
|
35 |
| - |
36 | 34 | - [Deployment](./reference/deployment.md)
|
37 | 35 | - [JS snippets](./reference/js-snippets.md)
|
38 | 36 | - [Static JS Objects](./reference/static-js-objects.md)
|
|
55 | 53 | - [`JsValue`](./reference/types/jsvalue.md)
|
56 | 54 | - [`Box<[T]>` and `Vec<T>`](./reference/types/boxed-slices.md)
|
57 | 55 | - [`*const T` and `*mut T`](./reference/types/pointers.md)
|
| 56 | + - [`NonNull<T>`](./reference/types/non-null.md) |
58 | 57 | - [Numbers](./reference/types/numbers.md)
|
59 | 58 | - [`bool`](./reference/types/bool.md)
|
60 | 59 | - [`char`](./reference/types/char.md)
|
|
98 | 97 | - [`inspectable`](./reference/attributes/on-rust-exports/inspectable.md)
|
99 | 98 | - [`skip_typescript`](./reference/attributes/on-rust-exports/skip_typescript.md)
|
100 | 99 | - [`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) |
101 | 102 |
|
102 | 103 | - [`web-sys`](./web-sys/index.md)
|
103 |
| - |
104 | 104 | - [Using `web-sys`](./web-sys/using-web-sys.md)
|
105 | 105 | - [Cargo Features](./web-sys/cargo-features.md)
|
106 | 106 | - [Function Overloads](./web-sys/function-overloads.md)
|
|
109 | 109 | - [Unstable APIs](./web-sys/unstable-apis.md)
|
110 | 110 |
|
111 | 111 | - [Testing with `wasm-bindgen-test`](./wasm-bindgen-test/index.md)
|
112 |
| - |
113 | 112 | - [Usage](./wasm-bindgen-test/usage.md)
|
114 | 113 | - [Writing Asynchronous Tests](./wasm-bindgen-test/asynchronous-tests.md)
|
115 | 114 | - [Testing in Headless Browsers](./wasm-bindgen-test/browsers.md)
|
116 | 115 | - [Continuous Integration](./wasm-bindgen-test/continuous-integration.md)
|
| 116 | + - [Coverage (Experimental)](./wasm-bindgen-test/coverage.md) |
117 | 117 |
|
118 | 118 | - [Contributing to `wasm-bindgen`](./contributing/index.md)
|
119 | 119 | - [Testing](./contributing/testing.md)
|
|
0 commit comments