use the async keyword as syntax in the macro invocation
This commit is contained in:
@@ -7,7 +7,7 @@ use wiggle_test::{impl_errno, HostMemory, MemArea, WasiCtx};
|
||||
|
||||
wiggle::from_witx!({
|
||||
witx: ["$CARGO_MANIFEST_DIR/tests/atoms.witx"],
|
||||
async_: {
|
||||
async: {
|
||||
atoms::{int_float_args, double_int_return_float}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user