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

Implement Module::new_unchecked #829

Merged
merged 9 commits into from
Dec 3, 2023
Merged

Conversation

Robbepop
Copy link
Member

@Robbepop Robbepop commented Dec 3, 2023

Closes #817.

Local benchmarks concluded that Module::new_unchecked is roughly 10-15% faster than Module::new.

@Robbepop Robbepop merged commit 1ce2370 into master Dec 3, 2023
15 of 17 checks passed
@Robbepop Robbepop deleted the rf-unchecked-translation branch December 3, 2023 17:54
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.

Add Module::new_unchecked to avoid expensive Wasm function validation
1 participant