Skip to content

Commit

Permalink
Merge pull request #946 from thewtex/useprerun-const
Browse files Browse the repository at this point in the history
fix(bindgen): add missing const to usePreRun export
  • Loading branch information
thewtex authored Sep 19, 2023
2 parents adb1e76 + cfea885 commit dc6a159
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function interfaceFunctionsDemoTypeScript(packageName, interfaceJson, outputPath
// Use this function to run the pipeline when this tab group is select.
// This will load the web worker if it is not already loaded, download the wasm module, and allocate memory in the wasm model.
// Set this to \`false\` if sample inputs are very large or sample pipeline computation is long.
export usePreRun = true
export const usePreRun = true
`
writeIfOverrideNotPresent(loadSampleInputsModulePath, loadSampleInputsModuleContent)

Expand Down

0 comments on commit dc6a159

Please sign in to comment.