Skip to content

Conversation

@dcodeIO
Copy link
Member

@dcodeIO dcodeIO commented Jun 11, 2021

With the definitions now being in a format that can be picked up by bundlers (anticipating ESM integration) even when not using the loader, it may be useful to also declare the memory and the table, as well as exported runtime helpers.

  • memory if exported
  • table if exported
  • _start if explicit
  • __new, __pin, __unpin, __collect and __rtti_base if exported
  • __setArgumentsLength if there are exported varargs functions

Also fixes #1900

  • I've read the contributing guidelines

@dcodeIO
Copy link
Member Author

dcodeIO commented Jun 11, 2021

Test failure is v8-canary missing builds.

@dcodeIO dcodeIO requested a review from MaxGraey June 11, 2021 20:56
dcodeIO and others added 3 commits June 12, 2021 00:08
Co-authored-by: Max Graey <maxgraey@gmail.com>
Co-authored-by: Max Graey <maxgraey@gmail.com>
@dcodeIO dcodeIO merged commit 3a76daf into main Jun 12, 2021
@dcodeIO dcodeIO deleted the lldefs branch June 18, 2021 16:00
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.

Missing export set property definitions

3 participants