Skip to content
This repository was archived by the owner on Dec 7, 2024. It is now read-only.

Tags: WebAssembly/conditional-sections

Tags

wg_draft2

Toggle wg_draft2's commit message
Add commands to generate Working Draft

* `make WD-tar`: Generate the Working Draft tar file to submit
* `make WD-echidna`: Publish the Working Draft via Echidna

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. (#692)

wg_draft1

Toggle wg_draft1's commit message
WebAssembly JS and Web integration spec in Bikeshed (#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 (#588)

v0.13

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

0xd

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