File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -366,6 +366,9 @@ macro_rules! abi_funcs {
366366 "spacetime_10.0" :: iter_by_col_eq,
367367 "spacetime_10.0" :: iter_start_filtered,
368368 "spacetime_10.0" :: volatile_nonatomic_schedule_immediate,
369+ "spacetime_10.0" :: index_id_from_name,
370+ "spacetime_10.0" :: datastore_btree_scan_bsatn,
371+ "spacetime_10.0" :: datastore_delete_by_btree_scan_bsatn,
369372 }
370373 } ;
371374}
Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ impl WasmInstanceEnv {
518518 /// Or when `rstart` or `rend` cannot be decoded to an `Bound<AlgebraicValue>`
519519 /// where the inner `AlgebraicValue`s are
520520 /// typed at the `prefix_elems + 1` `AlgebraicType` of the index's key type.
521- fn datastore_btree_scan_bsatn (
521+ pub fn datastore_btree_scan_bsatn (
522522 caller : Caller < ' _ , Self > ,
523523 index_id : u32 ,
524524 prefix_ptr : WasmPtr < u8 > ,
You can’t perform that action at this time.
0 commit comments