-
wasmer-php是一款适用于PHP的WebAssembly运行时,如大象(:elephant:)般稳定且如蜘蛛网(:spider_web:)般灵活
资源介绍
Wasmer PHP
••
基于PHP的完整成熟的WebAssembly运行时。
您正在查看最新的Wasmer Go版本的自述文件,如果使用的是旧版本,请转到:
产品特点
易于使用: wasmer API模仿标准的WebAssembly C API,
快速: wasmer尽可能快地执行WebAssembly模块,接近本机速度,
安全:对WebAssembly的所有调用将很快,但是更重要的是,完全安全且沙盒化。
安装
要安装该库,请遵循经典方法:
git clone https://github.com/wasmerio/wasmer-php
cd wasmer-php
phpize
.