Add missing send / sync impls and make rasterize node async

This commit is contained in:
Dennis Kobert
2026-07-30 10:28:50 +00:00
parent b70b28bbe3
commit 382ad9d15c
2 changed files with 9 additions and 1 deletions
@@ -194,7 +194,7 @@ fn create_canvas(_: impl Ctx) -> CanvasHandle {
/// Renders a view of the input graphic within an area defined by the *Footprint*.
#[cfg(target_family = "wasm")]
#[node_macro::node(category(""))]
fn rasterize<T: WasmNotSend + Clone>(
async fn rasterize<T: WasmNotSend + Clone>(
_: impl Ctx,
#[implementations(
List<Vector>,