Skip to content

[mono] Add some WASM AOT documention. - #55498

Merged
vargaz merged 1 commit into
dotnet:mainfrom
vargaz:wasm-aot-doc
Jul 12, 2021
Merged

[mono] Add some WASM AOT documention.#55498
vargaz merged 1 commit into
dotnet:mainfrom
vargaz:wasm-aot-doc

Conversation

@vargaz

Copy link
Copy Markdown
Contributor

No description provided.

@ghostghost added the area-Build-mono label Jul 12, 2021
@vargaz
vargaz requested a review from lewingJuly 12, 2021 09:59
Comment threaddocs/design/mono/wasm-aot.md Outdated
Comment on lines 56 to 59

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit, with:

Suggested change
```
vt_entry = vtable [slot];
if (vt_entry == null)
vt_entry = init_vt_entry ();
```c
vt_entry = vtable [slot];
if (vt_entry == null)
vt_entry = init_vt_entry ();

it will syntax highlight the code:

vt_entry=vtable [slot];
if (vt_entry==null)
vt_entry=init_vt_entry ();

@vargaz
vargaz merged commit 4156116 into dotnet:mainJul 12, 2021
@vargaz
vargaz deleted the wasm-aot-doc branch July 12, 2021 17:59
@ghostghost locked as resolved and limited conversation to collaborators Aug 11, 2021
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@vargaz@lewing@am11