@@ -23,22 +23,22 @@ The last section, on WebAssembly Text Format (WAT),
2323details how to write WebAssembly components by hand,
2424without using a higher-level language front-end.
2525
26- - [ C/C++ Tooling] ( ./language-support/c.md )
27- - [ Building a Component with ` wit-bindgen ` and ` wasm-tools ` ] ( ./language-support/c.md#building-a-component-with-wit-bindgen-and-wasm-tools )
28- - [ Running a Component from C/C++ Applications] ( ./language-support/c.md#running-a-component-from-cc-applications )
29- - [ C# Tooling] ( ./language-support/csharp.md )
30- - [ Go Tooling] ( ./language-support/go.md )
31- - [ JavaScript Tooling] ( ./language-support/javascript.md )
32- - [ Building a Component with ` jco ` ] ( ./language-support/javascript.md#building-a-component-with-jco )
33- - [ Running a Component from JavaScript Applications] ( ./language-support/javascript.md#running-a-component-from-javascript-applications )
34- - [ Python Tooling] ( ./language-support/python.md )
35- - [ Building a Component with ` componentize-py ` ] ( ./language-support/python.md#building-a-component-with-componentize-py )
36- - [ Running components from Python Applications] ( ./language-support/python.md#running-components-from-python-applications )
37- - [ Rust Tooling] ( ./language-support/rust.md )
38- - [ Building a Component] ( ./language-support/rust.md#building-a-component )
39- - [ Running a Component from Rust Applications] ( ./language-support/rust.md#running-a-component-from-rust-appliacations )
40- - [ MoonBit Tooling] ( ./language-support/moonbit.md )
41- - [ WebAssembly Text Format (WAT)] ( ./language-support/wat.md#wat-webassembly-text-format )
42- - [ Building a Component from WAT with ` wasm-tools ` ] ( ./language-support/wat.md#building-a-component-with-wasm-tools )
43- - [ Running a Component with Wasmtime] ( ./language-support/wat.md#running-a-component-with-wasmtime )
44- - [ Other Languages with Component Model Support] ( ./language-support/other-languages.md )
26+ - [ C/C++ Tooling] ( ./language-support/building-a-simple-component/ c.md )
27+ - [ Building a Component with ` wit-bindgen ` and ` wasm-tools ` ] ( ./language-support/building-a-simple-component/ c.md#building-a-component-with-wit-bindgen-and-wasm-tools )
28+ - [ Running a Component from C/C++ Applications] ( ./language-support/building-a-simple-component/ c.md#running-a-component-from-cc-applications )
29+ - [ C# Tooling] ( ./language-support/building-a-simple-component/ csharp.md )
30+ - [ Go Tooling] ( ./language-support/building-a-simple-component/ go.md )
31+ - [ JavaScript Tooling] ( ./language-support/building-a-simple-component/ javascript.md )
32+ - [ Building a Component with ` jco ` ] ( ./language-support/building-a-simple-component/ javascript.md#building-a-component-with-jco )
33+ - [ Running a Component from JavaScript Applications] ( ./language-support/building-a-simple-component/ javascript.md#running-a-component-from-javascript-applications )
34+ - [ Python Tooling] ( ./language-support/building-a-simple-component/ python.md )
35+ - [ Building a Component with ` componentize-py ` ] ( ./language-support/building-a-simple-component/ python.md#building-a-component-with-componentize-py )
36+ - [ Running components from Python Applications] ( ./language-support/building-a-simple-component/ python.md#running-components-from-python-applications )
37+ - [ Rust Tooling] ( ./language-support/building-a-simple-component/ rust.md )
38+ - [ Building a Component] ( ./language-support/building-a-simple-component/ rust.md#building-a-component )
39+ - [ Running a Component from Rust Applications] ( ./language-support/building-a-simple-component/ rust.md#running-a-component-from-rust-appliacations )
40+ - [ MoonBit Tooling] ( ./language-support/building-a-simple-component/ moonbit.md )
41+ - [ WebAssembly Text Format (WAT)] ( ./language-support/building-a-simple-component/ wat.md#wat-webassembly-text-format )
42+ - [ Building a Component from WAT with ` wasm-tools ` ] ( ./language-support/building-a-simple-component/ wat.md#building-a-component-with-wasm-tools )
43+ - [ Running a Component with Wasmtime] ( ./language-support/building-a-simple-component/ wat.md#running-a-component-with-wasmtime )
44+ - [ Other Languages with Component Model Support] ( ./language-support/building-a-simple-component/ other-languages.md )
0 commit comments