Wasmer概述

Wasmer是用于在服务器上执行WebAssembly的开源运行时

wasmer公司应该完蛋了,改用其他吧,详见: https://mnt.io/2021/10/04/i-leave-wasmer/

介绍

Wasmer简介

Wasmer介绍:

Wasmer is an open-source runtime for executing WebAssembly on the Server.

Wasmer是用于在服务器上执行WebAssembly的开源运行时。

口号:“Run any code on any client. With WebAssembly and Wasmer.”

介绍:

Use the tools you know and the languages you love.

Compile everything to WebAssembly.

Run it on any OS or embed it into other languages.

使用您知道的工具和您喜欢的语言。

将所有内容编译为WebAssembly。

在任何操作系统上运行它或将其嵌入其他语言。

有三个主要特性:

  1. Create binaries that work on any platform / 创建可在任何平台上运行的二进制文件
  2. Run lightweight packages on the Edge / 在Edge上运行轻量级包
  3. Execute untrusted code safely / 安全地执行非信任的代码

WAPM

WAPM = the WebAssembly Package Manager

WAPM (WebAssembly Package Manager)

WebAssembly Shell

WebAssembly Shell

信息