Skip to content

Commit

Permalink
fix(compilers): change python-wasm default extension to wasm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemhosny committed Mar 22, 2024
1 parent 6caf303 commit db7f5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/livecodes/languages/python-wasm/lang-python-wasm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const pythonWasm: LanguageSpecs = {
scriptType: 'text/python',
compiledCodeLanguage: 'python',
},
extensions: ['py3', 'wasm.py', 'pyodide', 'py-wasm', 'pythonwasm', 'pywasm'],
extensions: ['wasm.py', 'py3', 'pyodide', 'py-wasm', 'pythonwasm', 'pywasm'],
editor: 'script',
editorLanguage: 'python',
largeDownload: true,
Expand Down

0 comments on commit db7f5c4

Please sign in to comment.