Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

支持多个 WASM 运行时 #30

Merged
merged 23 commits into from
Nov 29, 2022
Merged

Conversation

Berrysoft
Copy link
Contributor

@Berrysoft Berrysoft commented Nov 19, 2022

Fixes #29

  • Wasmtime
  • Wasmer
  • Wasmi
  • WasmEdge
  • wasmi_wasi 还没有稳定并发布
  • wasmi_wasiwasmtime-wasi 的最新版本依赖冲突
  • 考察在 wasmtimewasmi 后端的实现中,使用 std::sync::Mutex 的合理性;也许不需要上锁?
  • 在 Windows 上安装 WasmEdge
  • 在 CI 使用多个后端测试

@Berrysoft Berrysoft force-pushed the dev/wasm-runtimes branch 2 times, most recently from 964d6e9 to a19ee28 Compare November 21, 2022 06:01
@Berrysoft Berrysoft marked this pull request as ready for review November 21, 2022 06:35
@Berrysoft Berrysoft merged commit ba084e3 into Uni-Gal:master Nov 29, 2022
@Berrysoft Berrysoft deleted the dev/wasm-runtimes branch November 29, 2022 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

支持多个 WASM 运行时
1 participant