Skip to content

Commit 965def9

Browse files
committed
Link btree abi functions to module
1 parent a6764be commit 965def9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

crates/core/src/host/wasm_common.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

crates/core/src/host/wasmtime/wasm_instance_env.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>,

0 commit comments

Comments
 (0)