Skip to content

Commit

Permalink
C API: Fix function name of compilation mode setter (#1298)
Browse files Browse the repository at this point in the history
fix function name of compilation mode setter
  • Loading branch information
turbolent authored Nov 7, 2024
1 parent 68205d4 commit b78079c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/c_api/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ pub enum wasmi_compilation_mode_t {
///
/// Wraps [`wasmi::Config::compilation_mode`]
#[no_mangle]
pub extern "C" fn wasmi_config_set_compilation_mode(
pub extern "C" fn wasmi_config_compilation_mode_set(
config: &mut wasm_config_t,
mode: wasmi_compilation_mode_t,
) {
Expand Down

0 comments on commit b78079c

Please sign in to comment.