From 7ceebfe9789011a3651f2ec3848596d94293888a Mon Sep 17 00:00:00 2001 From: Guilherme Werner Date: Fri, 6 Sep 2024 14:40:46 -0300 Subject: [PATCH] Teste wasm build --- .gitignore | 2 ++ examples/index.html | 28 ---------------------------- scripts/wasm.ps1 | 2 +- 3 files changed, 3 insertions(+), 29 deletions(-) delete mode 100644 examples/index.html diff --git a/.gitignore b/.gitignore index 9825d2b..60ab97b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ package/ +src/wasm/* target/ +!src/wasm/index.html Cargo.lock diff --git a/examples/index.html b/examples/index.html deleted file mode 100644 index 388c6fe..0000000 --- a/examples/index.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - Renderer - - - - - - - - - - diff --git a/scripts/wasm.ps1 b/scripts/wasm.ps1 index 970f336..4f9cc0d 100644 --- a/scripts/wasm.ps1 +++ b/scripts/wasm.ps1 @@ -1,3 +1,3 @@ #!/usr/bin/env sh -wasm-pack build --target web -d package +wasm-pack build --target web -d src/wasm