Skip to content

Export webgl features even on non-wasm32#1682

Draft
jesses-canva wants to merge 1 commit into
linebender:mainfrom
jesses-canva:jesses/export-webgl-always
Draft

Export webgl features even on non-wasm32#1682
jesses-canva wants to merge 1 commit into
linebender:mainfrom
jesses-canva:jesses/export-webgl-always

Conversation

@jesses-canva
Copy link
Copy Markdown

We need to be able to reference these without gating our code on #[cfg(target_arch = "wasm32")].

Tested with

cargo hack check -p vello_encoding --feature-powerset
cargo hack check -p vello --feature-powerset
cargo hack check -p glifo --feature-powerset --at-least-one-of std,libm
cargo hack check -p vello_common --feature-powerset --at-least-one-of std,libm
cargo hack check -p vello_hybrid --feature-powerset --at-least-one-of std,libm
cargo hack check -p vello_cpu --feature-powerset --at-least-one-of std,libm --at-least-one-of u8_pipeline,f32_pipeline

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