Add cross-target async compatibility runtime

This commit is contained in:
Nanaloveyuki
2026-05-12 10:37:15 +08:00
parent 3124d7a445
commit f609b02377
5 changed files with 594 additions and 85 deletions
+12
View File
@@ -43,6 +43,18 @@ jobs:
run: |
moon check bitlogger_async --target native
- name: Check bitlogger_async wasm-gc
run: |
moon check bitlogger_async --target wasm-gc
- name: Check bitlogger_async js
run: |
moon check bitlogger_async --target js
- name: Test bitlogger_async wasm-gc
run: |
moon test bitlogger_async --target wasm-gc
- name: Run basic example
run: |
moon run examples/basic