diff --git a/.gitignore b/.gitignore index 24a74d62..b5b6cafa 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,4 @@ /pkg/ /.pkgtemp/ /.vscode/ -/Cargo.lock -/test.asm -/test_output_mismatch - -/web/customasm.wasm \ No newline at end of file +/Cargo.lock \ No newline at end of file diff --git a/.gitignore.ghpages b/.gitignore.ghpages deleted file mode 100644 index b5b6cafa..00000000 --- a/.gitignore.ghpages +++ /dev/null @@ -1,5 +0,0 @@ -/target/ -/pkg/ -/.pkgtemp/ -/.vscode/ -/Cargo.lock \ No newline at end of file diff --git a/web/customasm.wasm b/web/customasm.wasm new file mode 100755 index 00000000..336091a9 Binary files /dev/null and b/web/customasm.wasm differ