File tree Expand file tree Collapse file tree 10 files changed +16
-16
lines changed
Expand file tree Collapse file tree 10 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 11[graphics-context]
22path = "../graphics-context"
3- sha256 = "cf022dcf41c7e9f6d3ca8af2f80f523306472a5548d38199d57986fc75aafb7b "
4- sha512 = "b5cf0248f2cd1dbfbeb500b375e56fecbe8b1ac147b1aece73032543e696e0f7dad3da5aa99fbade290369a065059ae606def00d7d1aa94cde7f19ee03741479 "
3+ sha256 = "b138ab44463c5bb074207687c88d59dfca9c6bc7a5dad482dba626094cccbc3f "
4+ sha512 = "b9cef19d2cf0a0f3d0a58c94cf4483d051acfb5622e379bf0abcc6aa34c14d92210c56554387b932f08aba3c9c1e9e9cadb554e9dd0cf464b20c7d31c806515e "
Original file line number Diff line number Diff line change 1- package wasi : graphics-context ;
1+ package wasi : graphics-context @ 0.0.1 ;
22
33world imports {
44 import graphics-context ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ world imports {
55}
66
77interface frame-buffer {
8- use wasi :graphics-context /graphics-context . {context , abstract-buffer };
8+ use wasi :graphics-context /graphics-context @ 0.0.1 . {context , abstract-buffer };
99
1010 resource device {
1111 constructor ();
Original file line number Diff line number Diff line change 1- wit-deps -m webgpu/deps.toml -l webgpu/deps.lock -d webgpu/deps
2- wit-deps -m surface/deps.toml -l surface/deps.lock -d surface/deps
3- wit-deps -m graphics-context/deps.toml -l graphics-context/deps.lock -d graphics-context/deps
4- wit-deps -m frame-buffer/deps.toml -l frame-buffer/deps.lock -d frame-buffer/deps
1+ wit-deps -m webgpu/deps.toml -l webgpu/deps.lock -d webgpu/deps update
2+ wit-deps -m surface/deps.toml -l surface/deps.lock -d surface/deps update
3+ wit-deps -m graphics-context/deps.toml -l graphics-context/deps.lock -d graphics-context/deps update
4+ wit-deps -m frame-buffer/deps.toml -l frame-buffer/deps.lock -d frame-buffer/deps update
Original file line number Diff line number Diff line change 11[graphics-context]
22path = "../graphics-context"
3- sha256 = "cf022dcf41c7e9f6d3ca8af2f80f523306472a5548d38199d57986fc75aafb7b "
4- sha512 = "b5cf0248f2cd1dbfbeb500b375e56fecbe8b1ac147b1aece73032543e696e0f7dad3da5aa99fbade290369a065059ae606def00d7d1aa94cde7f19ee03741479 "
3+ sha256 = "b138ab44463c5bb074207687c88d59dfca9c6bc7a5dad482dba626094cccbc3f "
4+ sha512 = "b9cef19d2cf0a0f3d0a58c94cf4483d051acfb5622e379bf0abcc6aa34c14d92210c56554387b932f08aba3c9c1e9e9cadb554e9dd0cf464b20c7d31c806515e "
55
66[io]
77url = "https://github.com/WebAssembly/wasi-io/archive/fef02cddb4ac28dcde97bf11a4c7b856833a948f.tar.gz"
Original file line number Diff line number Diff line change 1- package wasi : graphics-context ;
1+ package wasi : graphics-context @ 0.0.1 ;
22
33world imports {
44 import graphics-context ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ world imports {
55}
66
77interface surface {
8- use wasi :graphics-context /graphics-context . {context };
8+ use wasi :graphics-context /graphics-context @ 0.0.1 . {context };
99 use wasi :io /poll @ 0.2.0 . {pollable };
1010
1111 record create-desc {
Original file line number Diff line number Diff line change 11[graphics-context]
22path = "../graphics-context"
3- sha256 = "cf022dcf41c7e9f6d3ca8af2f80f523306472a5548d38199d57986fc75aafb7b "
4- sha512 = "b5cf0248f2cd1dbfbeb500b375e56fecbe8b1ac147b1aece73032543e696e0f7dad3da5aa99fbade290369a065059ae606def00d7d1aa94cde7f19ee03741479 "
3+ sha256 = "b138ab44463c5bb074207687c88d59dfca9c6bc7a5dad482dba626094cccbc3f "
4+ sha512 = "b9cef19d2cf0a0f3d0a58c94cf4483d051acfb5622e379bf0abcc6aa34c14d92210c56554387b932f08aba3c9c1e9e9cadb554e9dd0cf464b20c7d31c806515e "
55
66[io]
77url = "https://github.com/WebAssembly/wasi-io/archive/fef02cddb4ac28dcde97bf11a4c7b856833a948f.tar.gz"
Original file line number Diff line number Diff line change 1- package wasi : graphics-context ;
1+ package wasi : graphics-context @ 0.0.1 ;
22
33world imports {
44 import graphics-context ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package wasi:webgpu@0.0.1;
22
33interface webgpu {
44 use wasi :io /poll @ 0.2.0 . { pollable };
5- use wasi :graphics-context /graphics-context . { context , abstract-buffer };
5+ use wasi :graphics-context /graphics-context @ 0.0.1 . { context , abstract-buffer };
66 resource gpu-supported-limits {
77 max-texture-dimension1-d : func () -> u32 ;
88 max-texture-dimension2-d : func () -> u32 ;
You can’t perform that action at this time.
0 commit comments