Skip to content

Commit

Permalink
Remove accidental part of last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles committed Dec 9, 2024
1 parent bebcfee commit 26f31c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/plugin-api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ mod namespace;

const FUNCTION_MODULE_NAME: &str = "function.mjs";

static COMPILE_SRC_RET_AREA: [u32; 2] = [0; 2];
static mut COMPILE_SRC_RET_AREA: [u32; 2] = [0; 2];

static mut RUNTIME: OnceCell<Runtime> = OnceCell::new();
static mut EVENT_LOOP_ENABLED: bool = false;
Expand Down

0 comments on commit 26f31c4

Please sign in to comment.