From a9370a08517668b3e98cc1d0bd42df407a76c220 Mon Sep 17 00:00:00 2001 From: awy Date: Fri, 15 Aug 2025 03:01:21 +0300 Subject: ubo + private browsing patch --- .../lib/publicsuffixlist/wasm/README.md | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 data/extensions/uBlock0@raymondhill.net/lib/publicsuffixlist/wasm/README.md (limited to 'data/extensions/uBlock0@raymondhill.net/lib/publicsuffixlist/wasm/README.md') diff --git a/data/extensions/uBlock0@raymondhill.net/lib/publicsuffixlist/wasm/README.md b/data/extensions/uBlock0@raymondhill.net/lib/publicsuffixlist/wasm/README.md new file mode 100644 index 0000000..5c1c483 --- /dev/null +++ b/data/extensions/uBlock0@raymondhill.net/lib/publicsuffixlist/wasm/README.md @@ -0,0 +1,29 @@ +### For code reviewers + +All `wasm` files in that directory where created by compiling the +corresponding `wat` file using the command (using +`publicsuffixlist.wat`/`publicsuffixlist.wasm` as example): + + wat2wasm publicsuffixlist.wat -o publicsuffixlist.wasm + +Assuming: + +- The command is executed from within the present directory. + +### `wat2wasm` tool + +The `wat2wasm` tool can be downloaded from an official WebAssembly project: +. + +### `wat2wasm` tool online + +You can also use the following online `wat2wasm` tool: +. + +Just paste the whole content of the `wat` file to compile into the WAT pane. +Click "Download" button to retrieve the resulting `wasm` file. + +### See also + +For the curious, the following online tool allows you to find out the machine +code as a result from the WASM code: https://mbebenita.github.io/WasmExplorer/ -- cgit v1.2.3