Skip to content

Commit e86e516

Browse files
fix: args to splice bindings
1 parent e5b1cf4 commit e86e516

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/splicer-component/src

crates/splicer-component/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ impl Guest for SpidermonkeyEmbeddingSplicerComponent {
2626
wit_source: Option<String>,
2727
debug: bool,
2828
) -> Result<SpliceResult, String> {
29-
splice::splice_bindings(engine, features, world_name, wit_path, wit_source, debug)
29+
splice::splice_bindings(engine, features, wit_source, wit_path, world_name, debug)
3030
}
3131
}
3232

0 commit comments

Comments
 (0)