Skip to content

Commit

Permalink
chore: Fix issues with playground build.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitkulshreshtha committed Dec 20, 2024
1 parent d6bcb53 commit b697b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/pages/playground.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let compile_DFIR = null;
let compile_datalog = null;

if (siteConfig.customFields.LOAD_PLAYGROUND === '1') {
compile_DFIR = playgroundJS.compile_DFIR;
compile_DFIR = playgroundJS.compile_dfir;
compile_datalog = playgroundJS.compile_datalog;

if (ExecutionEnvironment.canUseDOM) {
Expand Down
2 changes: 1 addition & 1 deletion website_playground/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ pub struct HydroflowOutput {
}

#[wasm_bindgen]
pub fn compile_hydroflow(
pub fn compile_dfir(
program: String,
no_subgraphs: bool,
no_varnames: bool,
Expand Down

0 comments on commit b697b20

Please sign in to comment.