Binaryen_jll.wasm2jsMethod
wasm2js(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of wasm2js.

Example

wasm2js() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Binaryen_jll.wasm2jsMethod
wasm2js(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of wasm2js. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(wasm2js()) $arguments`)
Julia 1.6
Binaryen_jll.wasmasMethod
wasmas(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of wasmas.

Example

wasmas() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Binaryen_jll.wasmasMethod
wasmas(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of wasmas. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(wasmas()) $arguments`)
Julia 1.6
Binaryen_jll.wasmctorevalMethod
wasmctoreval(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of wasmctoreval.

Example

wasmctoreval() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Binaryen_jll.wasmctorevalMethod
wasmctoreval(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of wasmctoreval. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(wasmctoreval()) $arguments`)
Julia 1.6
Binaryen_jll.wasmdisMethod
wasmdis(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of wasmdis.

Example

wasmdis() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Binaryen_jll.wasmdisMethod
wasmdis(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of wasmdis. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(wasmdis()) $arguments`)
Julia 1.6
Binaryen_jll.wasmfuzztypesMethod
wasmfuzztypes(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of wasmfuzztypes.

Example

wasmfuzztypes() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Binaryen_jll.wasmfuzztypesMethod
wasmfuzztypes(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of wasmfuzztypes. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(wasmfuzztypes()) $arguments`)
Julia 1.6
Binaryen_jll.wasmmergeMethod
wasmmerge(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of wasmmerge.

Example

wasmmerge() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Binaryen_jll.wasmmergeMethod
wasmmerge(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of wasmmerge. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(wasmmerge()) $arguments`)
Julia 1.6
Binaryen_jll.wasmmetadceMethod
wasmmetadce(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of wasmmetadce.

Example

wasmmetadce() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Binaryen_jll.wasmmetadceMethod
wasmmetadce(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of wasmmetadce. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(wasmmetadce()) $arguments`)
Julia 1.6
Binaryen_jll.wasmoptMethod
wasmopt(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of wasmopt.

Example

wasmopt() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Binaryen_jll.wasmoptMethod
wasmopt(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of wasmopt. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(wasmopt()) $arguments`)
Julia 1.6
Binaryen_jll.wasmreduceMethod
wasmreduce(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of wasmreduce.

Example

wasmreduce() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Binaryen_jll.wasmreduceMethod
wasmreduce(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of wasmreduce. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(wasmreduce()) $arguments`)
Julia 1.6
Binaryen_jll.wasmshellMethod
wasmshell(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of wasmshell.

Example

wasmshell() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Binaryen_jll.wasmshellMethod
wasmshell(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of wasmshell. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(wasmshell()) $arguments`)
Julia 1.6
Binaryen_jll.wasmsplitMethod
wasmsplit(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of wasmsplit.

Example

wasmsplit() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Binaryen_jll.wasmsplitMethod
wasmsplit(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of wasmsplit. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(wasmsplit()) $arguments`)
Julia 1.6