Skip to content

Commit

Permalink
Revert "Wasi hello-triangle example"
Browse files Browse the repository at this point in the history
This reverts commit e48d795.
  • Loading branch information
MendyBerger committed Sep 3, 2024
1 parent e48d795 commit 660d954
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 594 deletions.
12 changes: 6 additions & 6 deletions examples-wasi/src/entrypoint_wasi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ const EXAMPLES: &[ExampleDesc] = &[
// webgl: false, // No canvas for WebGL
// webgpu: true,
// },
ExampleDesc {
name: "hello_triangle",
function: crate::hello_triangle::main,
webgl: true,
webgpu: true,
},
// ExampleDesc {
// name: "hello_triangle",
// function: crate::hello_triangle::main,
// webgl: true,
// webgpu: true,
// },
// ExampleDesc {
// name: "hello_windows",
// function: crate::hello_windows::main,
Expand Down
13 changes: 0 additions & 13 deletions examples-wasi/src/hello_triangle/README.md

This file was deleted.

181 changes: 0 additions & 181 deletions examples-wasi/src/hello_triangle/mod.rs

This file was deleted.

Binary file removed examples-wasi/src/hello_triangle/screenshot.png
Binary file not shown.
11 changes: 0 additions & 11 deletions examples-wasi/src/hello_triangle/shader.wgsl

This file was deleted.

2 changes: 1 addition & 1 deletion examples-wasi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mod flume;
// pub mod hello;
pub mod hello_compute;
// pub mod hello_synchronization;
pub mod hello_triangle;
// pub mod hello_triangle;
// pub mod hello_windows;
// pub mod hello_workgroups;
// pub mod mipmap;
Expand Down
Loading

0 comments on commit 660d954

Please sign in to comment.