From 6c3296958ce73755893596a5d03c89ac2a0224dd Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 26 Oct 2019 15:25:47 -0400 Subject: [PATCH] Fix last commit due to bad last second change Related feedback: - https://github.com/gorhill/uBlock/commit/b0cbc47d9abb51de884c395b8c1a26771fc8c270#commitcomment-35677572 It seems I completely forgot to test the last "trivial" change to the WASM code. --- src/js/wasm/biditrie.wasm | Bin 404 -> 404 bytes src/js/wasm/biditrie.wat | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/wasm/biditrie.wasm b/src/js/wasm/biditrie.wasm index 88367f82166546d2adaf4af023532bd777484ff6..4c1863de8ec0bd071d7bfd7e901d47d0b83c646b 100644 GIT binary patch delta 11 TcmbQjJcW6}7Dk4NTkit^7y1O5 delta 11 TcmbQjJcW6}7DmR2Tkit^7ybmA diff --git a/src/js/wasm/biditrie.wat b/src/js/wasm/biditrie.wat index e5e623349..e1e97ebfa 100644 --- a/src/js/wasm/biditrie.wat +++ b/src/js/wasm/biditrie.wat @@ -117,7 +117,7 @@ end end ;; } ;; return true; - i32.const 1 + i32.const 0 ) ;;