mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-22 11:40:05 +00:00
605c2e3c0e
This CL adds a simple JavaScript library which will assemble SPIR-V Assembly compatable with WebGPU.
8 lines
103 B
JavaScript
8 lines
103 B
JavaScript
export default {
|
|
input: 'src/sva.js',
|
|
output: {
|
|
file: 'build/sva.js',
|
|
format: 'esm',
|
|
}
|
|
}
|