-
Notifications
You must be signed in to change notification settings - Fork 239
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
Compile Slang to web assembly. #5092
Comments
What would take to get this working? |
|
For (5) in the list there, we could conceivably walk the decl hierarchy and strip out any public API that isn’t usable on that target based on capabilities. We should be able to strip the IR for the stdlib the same basic way. |
This all makes sense but why is this in the current sprint? This is needed for WGSL/MS4 and we are working on MS1 now. |
We put it in current sprint because we think the intrinsic work would be done soon with Jay and me helping, so we can free you to work on this early. |
@aleino-nv After you've done with the misc intrinsics, the only pieces left are just textures and atomics, which will be implemented by Jay and me. There isn't much we can do about testing without rhi, and I consider vertex/fragment support to be lower risk than web-assembly compilation, so let's try to derisk things early. |
No description provided.
The text was updated successfully, but these errors were encountered: