Split global_asm! helper macros out from wasmtime-fibers (#4454)

This moves them into a new `wasmtime-asm-macros` crate that can be used not just
from the `wasmtime-fibers` crate but also from other crates (e.g. we will need
them in https://github.com/bytecodealliance/wasmtime/pull/4431).
This commit is contained in:
Nick Fitzgerald
2022-07-15 14:10:27 -07:00
committed by GitHub
parent 33312c5380
commit 439f566f3f
10 changed files with 97 additions and 57 deletions

View File

@@ -40,6 +40,7 @@ const CRATES_TO_PUBLISH: &[&str] = &[
"wiggle-generate",
"wiggle-macro",
// wasmtime
"wasmtime-asm-macros",
"wasmtime-component-macro",
"wasmtime-jit-debug",
"wasmtime-fiber",