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