Skip to content

Commit

Permalink
fix(bindgen): add missing const to usePreRun export
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Sep 18, 2023
1 parent 94096c5 commit cfea885
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 cfea885

Please sign in to comment.