Skip to content

Commit

Permalink
将Wasmtime加入运行时跟踪
Browse files Browse the repository at this point in the history
Wasmtime是 [Bytecode Alliance](https://bytecodealliance.org/)
研发的 [WebAssembly System Interface](https://wasi.dev) 运行时。

根据该项目的文档描述,loongarch架构当前 [尚未支持](https://docs.wasmtime.dev/stability-tiers.html)
且项目方 [欢迎更多的架构](https://docs.wasmtime.dev/stability-tiers.html#unsupported-features-and-platforms) 。

本提交将该运行时加入首页追踪列表。

在有rust环境的情况下, `cargo install wasmtime` 即可安装此运行时,
经测试,当前在loongarch64上不能安装。
  • Loading branch information
SuperHacker-liuan committed Jul 12, 2024
1 parent 8b6df67 commit 00cdf52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/data/06-jit-runtimes/wasmtime.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: 'Wasmtime'
homepageURL: 'https://wasmtime.dev/'
repoURL: 'https://github.com/bytecodealliance/wasmtime'
portingEfforts: []

0 comments on commit 00cdf52

Please sign in to comment.