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 {
366
366
"spacetime_10.0" :: iter_by_col_eq,
367
367
"spacetime_10.0" :: iter_start_filtered,
368
368
"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,
369
372
}
370
373
} ;
371
374
}
Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ impl WasmInstanceEnv {
518
518
/// Or when `rstart` or `rend` cannot be decoded to an `Bound<AlgebraicValue>`
519
519
/// where the inner `AlgebraicValue`s are
520
520
/// 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 (
522
522
caller : Caller < ' _ , Self > ,
523
523
index_id : u32 ,
524
524
prefix_ptr : WasmPtr < u8 > ,
You can’t perform that action at this time.
0 commit comments