Skip to content

Add named exports#13

Merged
rossberg merged 2 commits intomasterfrom
named-exports
Aug 19, 2015
Merged

Add named exports#13
rossberg merged 2 commits intomasterfrom
named-exports

Conversation

@lukewagner
Copy link
Member

Even in the AST, imports/exports are named [design ref], so this PR changes the export syntax to: (export ("foo" 0) ("bar" 1)) and the invoke syntax to (invoke "foo" args).

@lukewagner
Copy link
Member Author

Oops, need to rebase.

@lukewagner
Copy link
Member Author

Rebased.

@lukewagner
Copy link
Member Author

(Updated)

rossberg added a commit that referenced this pull request Aug 19, 2015
@rossberg rossberg merged commit f3d7186 into master Aug 19, 2015
@rossberg rossberg deleted the named-exports branch August 26, 2015 13:15
dhil pushed a commit to dhil/webassembly-spec that referenced this pull request Mar 2, 2023
Change README.md to reflect that this repository is a proposal.
dhil added a commit to dhil/webassembly-spec that referenced this pull request Dec 6, 2023
Merge with WebAssembly/spec and WebAssembly/gc
dhil pushed a commit to dhil/webassembly-spec that referenced this pull request Apr 12, 2024
rossberg added a commit that referenced this pull request Nov 6, 2024
A few minor refactorings of the proposed spec rules:

* Change abstract syntax of memtype to have idxtype before limits (envisioning the general structure `idxtype limits elemtype`, e.g., should we once have Table64 as well).
* Parameterise syntax of limits over index syntax to accommodate tabletype.
* Classify limits by index type instead of having an extra wrapper rule.
* Added modified rule for memory type validation.
* Factorise binary encoding for limits to make shared i64 memtypes expressible.
CharlieTap pushed a commit to CharlieTap/spec that referenced this pull request Sep 25, 2025
Remove `i64.mul128`, add `i64.mul_wide_{s,u}`
stevenfontanella pushed a commit to stevenfontanella/spec that referenced this pull request Nov 12, 2025
…WebAssembly#13)

Also include full URLs so that they are easily clickable in
the web UI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants