Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: thwd/spec

Tags

fpwd-gh-pages

Toggle fpwd-gh-pages's commit message
Marking gh-pages used for fPWD

master-fpwd

Toggle master-fpwd's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix a typo on landing page. (WebAssembly#692)

wg_draft1

Toggle wg_draft1's commit message
WebAssembly JS and Web integration spec in Bikeshed (WebAssembly#591)

* WebAssembly JS integraton spec in Bikeshed

Initial checkin, JS.bs is converted from JS.md with
updates to reference the current Wasm specification.

* Various cleanups/fixes:

- Ensure that not passing a maximum Memory size in the object will not
  create a maximum in Wasm.
- Clean up notes about object deduplication in instantiate.
- Refer to Promises guide everywhere.
- Remove duplicate buffer cloning.

* Improve threading

* Initial checkin of web interface

* Name WebAssembly CG as the editor (I'm not sure who should be editor)

* Fix formatting and queue instantiate(module) tasks appropriately

* Changes based on review from @domenic, @rossberg and @binji

* More changes from review by @domenic and @rossberg

* More changes from review

* Move

* More changes from review

- Formalize the process of getting a name for exported functions (including
  passing on the name of re-exported host functions)
- Link to ECMAScript bug for Memory detach behavior
- Some wording clarifications
- Extract out creation of a host function for clarity

* More precise wording for decoding success assertion

* Move specs to index.bs

* Respond to review feedback

* Respond to review from @annevk

* Respond to review from @lukewagner

v1.0

Toggle v1.0's commit message
[interpreter] Add missing dependency to install target (WebAssembly#588)

v0.13

Toggle v0.13's commit message
Disallow using internal globals in constant expressions (WebAssembly#383

)

0xd

Toggle 0xd's commit message
Rename user section to custom section