-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

wat2wasm


> Convert a file from the WebAssembly text format to the binary format.

More information.


Parse and check a file for errors:

wat2wasm {file.wat}

Write the output binary to a given file:

wat2wasm {file.wat} -o {file.wasm}

Display simplified representation of every byte:

wat2wasm -v {file.wat}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 04:15:10 2024