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

Remove $ from hostfns #120

Merged
merged 2 commits into from
Jun 17, 2022
Merged

Conversation

leighmcculloch
Copy link
Member

What

Remove $ from hostfns.

Why

The dollar signs were added to ensure that no externed fn from user code could collide with a hostfn, but this is unnecessary because they end up in different wasm export/import tables. And all the imported fns are namespaced anyway.

Known limitations

[TODO or N/A]

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.

1 participant