Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bindings for new Function(args, body) #1492

Merged
merged 1 commit into from
Apr 26, 2019

Conversation

RReverser
Copy link
Member

We don't support variadic args in front, but, luckily for us, new Function accepts comma-separated args as a single string as well (see updated JSON test for an example).

We don't support variadic args in front, but, luckily for us, `new Function` accepts comma-separated args as a single string as well (see updated JSON test for an example).
@alexcrichton alexcrichton merged commit 36c0a13 into rustwasm:master Apr 26, 2019
@alexcrichton
Copy link
Contributor

👍

@RReverser RReverser deleted the function-new-with-args branch April 26, 2019 17:11
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