Secure client-side WASM container to execute sandboxed WASM applications

0
=
0
+
0
No specific Bitcoin Bounty has been announced by author. Still, anyone could send Bitcoin Tips to those who provide a good answer.
0

Is there any cross-platform open source WebAssembly container for securely executing untrusted WASM applications on the client-side in some sort of a sandbox container? Without exposing your computer to security risks associated with running untrusted wasm executables?

Tags: ,

1 Answer

1
=
0
=
$0
Internet users could send Bitcoin Tips to you if they like your answer!

Some links to consider:

Wasmtime

From a Bytecode Alliance - there is a WASM runtime project called Wasmtime:

Wasmtime is a standalone wasm-only optimizing runtime for WebAssembly and WASI. It runs WebAssembly code outside of the Web, and can be used both as a command-line utility or as a library embedded in a larger application.

Lucet

Lucet is a project by Fastly, targeting the edge-computing usecase on the cloud. It will be using Wasmtime as its wasm runtime.

WebAssembly Micro Runtime (WAMR)

The WAMR runtime is targeting small embedded devices that have extremely limited resources, like micro-controllers. It is designed using a wasm interpreter

WASI common

WASI common is a standalone implementation of the WebAssembly System Interface that runtimes can use.

SEND BITCOIN TIPS
0

Too many commands? Learning new syntax?

FavScripts.com is a free tool to save your favorite scripts and commands, then quickly find and copy-paste your commands with just few clicks.

Boost your productivity with FavScripts.com!

Post Answer