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

[javascript] Avoid all usages of glfw/vulkan/volk when TI_EMSCRIPTENED (JS 5/n) #4108

Merged
merged 2 commits into from
Jan 25, 2022

Conversation

AmesingFlank
Copy link
Collaborator

Related issue = #3781

Avoid all usages of glfw/vulkan/volk when TI_EMSCRIPTENED. To build the JS frontend, we will only be using the AOT features in Taichi. However, Taichi's vulkan backend will try to invoke glfw/vulkan/volk stuff even when using AOT. This PR guards that from happening.

@vercel
Copy link

vercel bot commented Jan 25, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/taichi-api-docs-preview/taichi/ASxXoA4wZU7WYsGer5hiQZHndeCm
✅ Preview: Canceled

[Deployment for 2976563 canceled]

@AmesingFlank AmesingFlank changed the title [javascript] Avoid all usages of glfw/vulkan/volk when TI_EMSCRIPTENED [javascript] Avoid all usages of glfw/vulkan/volk when TI_EMSCRIPTENED (JS 5/n) Jan 25, 2022
@netlify
Copy link

netlify bot commented Jan 25, 2022

✔️ Deploy Preview for docsite-preview canceled.

🔨 Explore the source changes: 2976563

🔍 Inspect the deploy log: https://app.netlify.com/sites/docsite-preview/deploys/61ef51cb5cd11300071faf8e

Copy link
Collaborator

@bobcao3 bobcao3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AmesingFlank AmesingFlank merged commit 31da0f9 into taichi-dev:master Jan 25, 2022
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