From 46d0eaec9e058c69aef59da7b2a64b5016054cf7 Mon Sep 17 00:00:00 2001 From: frank Date: Mon, 19 Jun 2023 20:43:07 -0400 Subject: [PATCH] update gitignore --- .gitignore | 9 +++++++++ clang_sanitize_ignorelist.txt | 4 ++++ config_wasm.json | 22 ++++++++++++++++++++++ emscripten_asan_options.js | 1 + index.html | 29 +++++++++++++++++++++++++++++ 5 files changed, 65 insertions(+) create mode 100644 clang_sanitize_ignorelist.txt create mode 100644 config_wasm.json create mode 100644 emscripten_asan_options.js create mode 100644 index.html diff --git a/.gitignore b/.gitignore index 0fb8fd4..927e360 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,12 @@ compile_commands.json # SPACEBOX BPmono.ttf + +# Builds +*.x86_64 +cakefoot.js +cakefoot_debug.html +cakefoot_debug.js + +# Repository +local/ diff --git a/clang_sanitize_ignorelist.txt b/clang_sanitize_ignorelist.txt new file mode 100644 index 0000000..51efc49 --- /dev/null +++ b/clang_sanitize_ignorelist.txt @@ -0,0 +1,4 @@ +fun:strncmp +fun:strncmp* +fun:wasm-function[20197] +fun:wasm-function[20197]* diff --git a/config_wasm.json b/config_wasm.json new file mode 100644 index 0000000..3a53da4 --- /dev/null +++ b/config_wasm.json @@ -0,0 +1,22 @@ +{ + "display": + { + "render driver": "opengles2", + "fluid resize": false + }, + + "recording": + { + "enabled": false + }, + + "log": + { + "enabled": false + }, + + "configuration": + { + "auto-refresh": false + } +} diff --git a/emscripten_asan_options.js b/emscripten_asan_options.js new file mode 100644 index 0000000..ca7768e --- /dev/null +++ b/emscripten_asan_options.js @@ -0,0 +1 @@ +Module.ASAN_OPTIONS = "sanitize-ignorelist=clang_sanitize_ignorelist.txt" diff --git a/index.html b/index.html new file mode 100644 index 0000000..92ecee9 --- /dev/null +++ b/index.html @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + +