File tree 22 files changed +108
-92
lines changed 22 files changed +108
-92
lines changed Original file line number Diff line number Diff line change 95
95
96
96
< nav id ="sidebar " class ="sidebar " aria-label ="Table of contents ">
97
97
< div class ="sidebar-scrollbox ">
98
- < ol class ="chapter "> < li class ="chapter-item expanded "> < a href ="index.html "> < strong aria-hidden ="true "> 1.</ strong > Introduction</ a > </ li > < li class ="chapter-item expanded "> < a href ="getting-started/index.html "> < strong aria-hidden ="true "> 2.</ strong > Getting Started</ a > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="getting-started/setup.html "> < strong aria-hidden ="true "> 2.1.</ strong > Installation</ a > </ li > < li class ="chapter-item expanded "> < a href ="getting-started/porting.html "> < strong aria-hidden ="true "> 2.2.</ strong > Porting code from other platforms</ a > </ li > < li class ="chapter-item expanded "> < a href ="getting-started/browser-app.html "> < strong aria-hidden ="true "> 2.3.</ strong > Creating a browser app</ a > </ li > < li class ="chapter-item expanded "> < a href ="getting-started/javascript-interop.html "> < strong aria-hidden ="true "> 2.4.</ strong > JavaScript interoperation</ a > </ li > < li class ="chapter-item expanded "> < a href ="getting-started/concurrency.html "> < strong aria-hidden ="true "> 2.5.</ strong > Concurrency</ a > </ li > < li class ="chapter-item expanded "> < a href ="getting-started/multithreading.html "> < strong aria-hidden ="true "> 2.6.</ strong > Multithreading</ a > </ li > < li class ="chapter-item expanded "> < a href ="getting-started/testing.html "> < strong aria-hidden ="true "> 2.7.</ strong > Testing your app</ a > </ li > < li class ="chapter-item expanded "> < a href ="getting-started/vscode.html "> < strong aria-hidden ="true "> 2.8.</ strong > Visual Studio Code</ a > </ li > < li class ="chapter-item expanded "> < a href ="getting-started/debugging.html "> < strong aria-hidden ="true "> 2.9.</ strong > Debugging</ a > </ li > < li class ="chapter-item expanded "> < a href ="getting-started/troubleshooting.html "> < strong aria-hidden ="true "> 2.10.</ strong > Troubleshooting</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < a href ="examples/index.html "> < strong aria-hidden ="true "> 3.</ strong > Examples</ a > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="examples/importing-function.html "> < strong aria-hidden ="true "> 3.1.</ strong > Importing function</ a > </ li > < li class ="chapter-item expanded "> < a href ="examples/exporting-function.html "> < strong aria-hidden ="true "> 3.2.</ strong > Exporting function</ a > </ li > < li class ="chapter-item expanded "> < a href ="examples/example-projects.html "> < strong aria-hidden ="true "> 3.3.</ strong > Example projects</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < a href ="contribution-guide/index.html "> < strong aria-hidden ="true "> 4.</ strong > Contribution Guide</ a > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="contribution-guide/how-to-build-toolchain.html "> < strong aria-hidden ="true "> 4.1.</ strong > How to build the toolchain</ a > </ li > </ ol > </ li > </ ol >
98
+ < ol class ="chapter "> < li class ="chapter-item expanded "> < a href ="index.html "> < strong aria-hidden ="true "> 1.</ strong > Introduction</ a > </ li > < li class ="chapter-item expanded "> < a href ="getting-started/index.html "> < strong aria-hidden ="true "> 2.</ strong > Getting Started</ a > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="getting-started/setup.html "> < strong aria-hidden ="true "> 2.1.</ strong > Installation</ a > </ li > < li class ="chapter-item expanded "> < a href ="getting-started/porting.html "> < strong aria-hidden ="true "> 2.2.</ strong > Porting code</ a > </ li > < li class ="chapter-item expanded "> < a href ="getting-started/browser-app.html "> < strong aria-hidden ="true "> 2.3.</ strong > Creating a browser app</ a > </ li > < li class ="chapter-item expanded "> < a href ="getting-started/javascript-interop.html "> < strong aria-hidden ="true "> 2.4.</ strong > JavaScript interoperation</ a > </ li > < li class ="chapter-item expanded "> < a href ="getting-started/concurrency.html "> < strong aria-hidden ="true "> 2.5.</ strong > Concurrency</ a > </ li > < li class ="chapter-item expanded "> < a href ="getting-started/multithreading.html "> < strong aria-hidden ="true "> 2.6.</ strong > Multithreading</ a > </ li > < li class ="chapter-item expanded "> < a href ="getting-started/testing.html "> < strong aria-hidden ="true "> 2.7.</ strong > Testing your app</ a > </ li > < li class ="chapter-item expanded "> < a href ="getting-started/vscode.html "> < strong aria-hidden ="true "> 2.8.</ strong > Visual Studio Code</ a > </ li > < li class ="chapter-item expanded "> < a href ="getting-started/debugging.html "> < strong aria-hidden ="true "> 2.9.</ strong > Debugging</ a > </ li > < li class ="chapter-item expanded "> < a href ="getting-started/troubleshooting.html "> < strong aria-hidden ="true "> 2.10.</ strong > Troubleshooting</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < a href ="examples/index.html "> < strong aria-hidden ="true "> 3.</ strong > Examples</ a > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="examples/importing-function.html "> < strong aria-hidden ="true "> 3.1.</ strong > Importing function</ a > </ li > < li class ="chapter-item expanded "> < a href ="examples/exporting-function.html "> < strong aria-hidden ="true "> 3.2.</ strong > Exporting function</ a > </ li > < li class ="chapter-item expanded "> < a href ="examples/example-projects.html "> < strong aria-hidden ="true "> 3.3.</ strong > Example projects</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < a href ="contribution-guide/index.html "> < strong aria-hidden ="true "> 4.</ strong > Contribution Guide</ a > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="contribution-guide/how-to-build-toolchain.html "> < strong aria-hidden ="true "> 4.1.</ strong > How to build the toolchain</ a > </ li > </ ol > </ li > </ ol >
99
99
</ div >
100
100
< div id ="sidebar-resize-handle " class ="sidebar-resize-handle "> </ div >
101
101
</ nav >
Original file line number Diff line number Diff line change 93
93
94
94
< nav id ="sidebar " class ="sidebar " aria-label ="Table of contents ">
95
95
< div class ="sidebar-scrollbox ">
96
- < ol class ="chapter "> < li class ="chapter-item expanded "> < a href ="../index.html "> < strong aria-hidden ="true "> 1.</ strong > Introduction</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/index.html "> < strong aria-hidden ="true "> 2.</ strong > Getting Started</ a > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="../getting-started/setup.html "> < strong aria-hidden ="true "> 2.1.</ strong > Installation</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/porting.html "> < strong aria-hidden ="true "> 2.2.</ strong > Porting code from other platforms</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/browser-app.html "> < strong aria-hidden ="true "> 2.3.</ strong > Creating a browser app</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/javascript-interop.html "> < strong aria-hidden ="true "> 2.4.</ strong > JavaScript interoperation</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/concurrency.html "> < strong aria-hidden ="true "> 2.5.</ strong > Concurrency</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/multithreading.html "> < strong aria-hidden ="true "> 2.6.</ strong > Multithreading</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/testing.html "> < strong aria-hidden ="true "> 2.7.</ strong > Testing your app</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/vscode.html "> < strong aria-hidden ="true "> 2.8.</ strong > Visual Studio Code</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/debugging.html "> < strong aria-hidden ="true "> 2.9.</ strong > Debugging</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/troubleshooting.html "> < strong aria-hidden ="true "> 2.10.</ strong > Troubleshooting</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < a href ="../examples/index.html "> < strong aria-hidden ="true "> 3.</ strong > Examples</ a > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="../examples/importing-function.html "> < strong aria-hidden ="true "> 3.1.</ strong > Importing function</ a > </ li > < li class ="chapter-item expanded "> < a href ="../examples/exporting-function.html "> < strong aria-hidden ="true "> 3.2.</ strong > Exporting function</ a > </ li > < li class ="chapter-item expanded "> < a href ="../examples/example-projects.html "> < strong aria-hidden ="true "> 3.3.</ strong > Example projects</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < a href ="../contribution-guide/index.html "> < strong aria-hidden ="true "> 4.</ strong > Contribution Guide</ a > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="../contribution-guide/how-to-build-toolchain.html " class ="active "> < strong aria-hidden ="true "> 4.1.</ strong > How to build the toolchain</ a > </ li > </ ol > </ li > </ ol >
96
+ < ol class ="chapter "> < li class ="chapter-item expanded "> < a href ="../index.html "> < strong aria-hidden ="true "> 1.</ strong > Introduction</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/index.html "> < strong aria-hidden ="true "> 2.</ strong > Getting Started</ a > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="../getting-started/setup.html "> < strong aria-hidden ="true "> 2.1.</ strong > Installation</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/porting.html "> < strong aria-hidden ="true "> 2.2.</ strong > Porting code</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/browser-app.html "> < strong aria-hidden ="true "> 2.3.</ strong > Creating a browser app</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/javascript-interop.html "> < strong aria-hidden ="true "> 2.4.</ strong > JavaScript interoperation</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/concurrency.html "> < strong aria-hidden ="true "> 2.5.</ strong > Concurrency</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/multithreading.html "> < strong aria-hidden ="true "> 2.6.</ strong > Multithreading</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/testing.html "> < strong aria-hidden ="true "> 2.7.</ strong > Testing your app</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/vscode.html "> < strong aria-hidden ="true "> 2.8.</ strong > Visual Studio Code</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/debugging.html "> < strong aria-hidden ="true "> 2.9.</ strong > Debugging</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/troubleshooting.html "> < strong aria-hidden ="true "> 2.10.</ strong > Troubleshooting</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < a href ="../examples/index.html "> < strong aria-hidden ="true "> 3.</ strong > Examples</ a > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="../examples/importing-function.html "> < strong aria-hidden ="true "> 3.1.</ strong > Importing function</ a > </ li > < li class ="chapter-item expanded "> < a href ="../examples/exporting-function.html "> < strong aria-hidden ="true "> 3.2.</ strong > Exporting function</ a > </ li > < li class ="chapter-item expanded "> < a href ="../examples/example-projects.html "> < strong aria-hidden ="true "> 3.3.</ strong > Example projects</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < a href ="../contribution-guide/index.html "> < strong aria-hidden ="true "> 4.</ strong > Contribution Guide</ a > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="../contribution-guide/how-to-build-toolchain.html " class ="active "> < strong aria-hidden ="true "> 4.1.</ strong > How to build the toolchain</ a > </ li > </ ol > </ li > </ ol >
97
97
</ div >
98
98
< div id ="sidebar-resize-handle " class ="sidebar-resize-handle "> </ div >
99
99
</ nav >
Original file line number Diff line number Diff line change 93
93
94
94
< nav id ="sidebar " class ="sidebar " aria-label ="Table of contents ">
95
95
< div class ="sidebar-scrollbox ">
96
- < ol class ="chapter "> < li class ="chapter-item expanded "> < a href ="../index.html "> < strong aria-hidden ="true "> 1.</ strong > Introduction</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/index.html "> < strong aria-hidden ="true "> 2.</ strong > Getting Started</ a > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="../getting-started/setup.html "> < strong aria-hidden ="true "> 2.1.</ strong > Installation</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/porting.html "> < strong aria-hidden ="true "> 2.2.</ strong > Porting code from other platforms</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/browser-app.html "> < strong aria-hidden ="true "> 2.3.</ strong > Creating a browser app</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/javascript-interop.html "> < strong aria-hidden ="true "> 2.4.</ strong > JavaScript interoperation</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/concurrency.html "> < strong aria-hidden ="true "> 2.5.</ strong > Concurrency</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/multithreading.html "> < strong aria-hidden ="true "> 2.6.</ strong > Multithreading</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/testing.html "> < strong aria-hidden ="true "> 2.7.</ strong > Testing your app</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/vscode.html "> < strong aria-hidden ="true "> 2.8.</ strong > Visual Studio Code</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/debugging.html "> < strong aria-hidden ="true "> 2.9.</ strong > Debugging</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/troubleshooting.html "> < strong aria-hidden ="true "> 2.10.</ strong > Troubleshooting</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < a href ="../examples/index.html "> < strong aria-hidden ="true "> 3.</ strong > Examples</ a > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="../examples/importing-function.html "> < strong aria-hidden ="true "> 3.1.</ strong > Importing function</ a > </ li > < li class ="chapter-item expanded "> < a href ="../examples/exporting-function.html "> < strong aria-hidden ="true "> 3.2.</ strong > Exporting function</ a > </ li > < li class ="chapter-item expanded "> < a href ="../examples/example-projects.html "> < strong aria-hidden ="true "> 3.3.</ strong > Example projects</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < a href ="../contribution-guide/index.html " class ="active "> < strong aria-hidden ="true "> 4.</ strong > Contribution Guide</ a > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="../contribution-guide/how-to-build-toolchain.html "> < strong aria-hidden ="true "> 4.1.</ strong > How to build the toolchain</ a > </ li > </ ol > </ li > </ ol >
96
+ < ol class ="chapter "> < li class ="chapter-item expanded "> < a href ="../index.html "> < strong aria-hidden ="true "> 1.</ strong > Introduction</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/index.html "> < strong aria-hidden ="true "> 2.</ strong > Getting Started</ a > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="../getting-started/setup.html "> < strong aria-hidden ="true "> 2.1.</ strong > Installation</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/porting.html "> < strong aria-hidden ="true "> 2.2.</ strong > Porting code</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/browser-app.html "> < strong aria-hidden ="true "> 2.3.</ strong > Creating a browser app</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/javascript-interop.html "> < strong aria-hidden ="true "> 2.4.</ strong > JavaScript interoperation</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/concurrency.html "> < strong aria-hidden ="true "> 2.5.</ strong > Concurrency</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/multithreading.html "> < strong aria-hidden ="true "> 2.6.</ strong > Multithreading</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/testing.html "> < strong aria-hidden ="true "> 2.7.</ strong > Testing your app</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/vscode.html "> < strong aria-hidden ="true "> 2.8.</ strong > Visual Studio Code</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/debugging.html "> < strong aria-hidden ="true "> 2.9.</ strong > Debugging</ a > </ li > < li class ="chapter-item expanded "> < a href ="../getting-started/troubleshooting.html "> < strong aria-hidden ="true "> 2.10.</ strong > Troubleshooting</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < a href ="../examples/index.html "> < strong aria-hidden ="true "> 3.</ strong > Examples</ a > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="../examples/importing-function.html "> < strong aria-hidden ="true "> 3.1.</ strong > Importing function</ a > </ li > < li class ="chapter-item expanded "> < a href ="../examples/exporting-function.html "> < strong aria-hidden ="true "> 3.2.</ strong > Exporting function</ a > </ li > < li class ="chapter-item expanded "> < a href ="../examples/example-projects.html "> < strong aria-hidden ="true "> 3.3.</ strong > Example projects</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < a href ="../contribution-guide/index.html " class ="active "> < strong aria-hidden ="true "> 4.</ strong > Contribution Guide</ a > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="../contribution-guide/how-to-build-toolchain.html "> < strong aria-hidden ="true "> 4.1.</ strong > How to build the toolchain</ a > </ li > </ ol > </ li > </ ol >
97
97
</ div >
98
98
< div id ="sidebar-resize-handle " class ="sidebar-resize-handle "> </ div >
99
99
</ nav >
You can’t perform that action at this time.
0 commit comments