File tree Expand file tree Collapse file tree
storybook/stories/EmbedOptions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ ReScript.storyName = 'ReScript';
4242export const Reason = livecodesStory ( { template : 'reason' } ) ;
4343export const Ocaml = livecodesStory ( { template : 'ocaml' } ) ;
4444export const Python = livecodesStory ( { template : 'python' } ) ;
45- export const PythonPyodide = livecodesStory ( { template : 'pyodide ' } ) ;
45+ export const PythonPyodide = livecodesStory ( { template : 'python-wasm ' } ) ;
4646export const R = livecodesStory ( { template : 'r' } ) ;
4747export const Ruby = livecodesStory ( { template : 'ruby' } ) ;
4848export const Go = livecodesStory ( { template : 'go' } ) ;
4949export const PHP = livecodesStory ( { template : 'php' } ) ;
5050export const Cpp = livecodesStory ( { template : 'cpp' } ) ;
51- export const CppClang = livecodesStory ( { template : 'clang ' } ) ;
51+ export const CppClang = livecodesStory ( { template : 'cpp-wasm ' } ) ;
5252export const Perl = livecodesStory ( { template : 'perl' } ) ;
5353export const Lua = livecodesStory ( { template : 'lua' } ) ;
5454export const Teal = livecodesStory ( { template : 'teal' } ) ;
You can’t perform that action at this time.
0 commit comments