wasmtime:使用Cranelift的WebAssembly的独立JIT风格的运行时

时间:2024-03-11 03:53:58
【文件属性】:

文件名称:wasmtime:使用Cranelift的WebAssembly的独立JIT风格的运行时

文件大小:3.72MB

文件格式:ZIP

更新时间:2024-03-11 03:53:58

sandbox wasm jit wasi cranelift

wasmtime 的独立运行时 项目 | | | 安装 Wasmtime CLI可以通过一个小的安装脚本安装在Linux和macOS上: $ curl https://wasmtime.dev/install.sh -sSf | bash Windows或其他感兴趣的用户可以直接从页面下载安装程序和二进制文件。 例子 如果您已则可以获取一些Rust源代码: fn main () { println! ( "Hello, world!" ); } 并使用以下命令进行编译/运行: $ rustup target add wasm32-wasi $ rustc hello.rs --target wasm32-wasi $ wasmtime hello.wasm Hello, world ! 特征 轻巧。 Wasmtime是WebAssembly的独立运行时,可根据您的需求进


网友评论