| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
Added brief item on multiple return.
|
| |
|
|
| |
(#837)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Rename AstSemantics.md to Semantics.md
* Rewrite Semantics for structured stack machine
* Update control instructions
* Update nop
* More tweaks
* Update README.md
* Update Semantics.md
* Update Semantics.md
* Address @rossberg-chromium comments
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add Memory, Table and multi-import/export of these
* Clarify mutation of elements
* Mention CFI use case
* Clarify call_table signature mismatches
* Explicate elements section
* Change support to allow/enable
* Remove table/memory indices add global imports/exports
* Clarify host-defined (i.e., JavaScript) table elements
* s/necessary/useful
* s/will/may/
* Fix typo
* Fix typo
* Clarify that table updates are observed by all instances
* Clarify that host-defined table element values can have different signature checking
* Just 'constraints' since more detail is below
* Wordsmith DynamicLinking.md intro
* Wordsmith FutureFeatures.md
* Try to clarify wording in FutureFeatures.md
* Change 'function' to 'anyfunc'
* Fix nits
* Refine description of initializer expressions
* Remove the Definition Index Space, use (type, index) pairs as necessary
|
| | |
|
| | |
|
| |
|
|
| |
Further clarifications will be needed to explain the Wasm object's API. That should be done in a separate PR.
|
| | |
|
| |
|