Skip to content

Commit

Permalink
Rename wasm worker assembly file.
Browse files Browse the repository at this point in the history
  • Loading branch information
eyebrowsoffire committed Oct 16, 2024
1 parent 0d4be85 commit e3b65b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tools/system_libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,7 @@ def get_files(self):
else:
files = [
'library_wasm_worker.c',
'wasm_worker.S',
'wasm_worker_initialize.S',
]
return files_in_path(
path='system/lib/wasm_worker',
Expand Down

0 comments on commit e3b65b1

Please sign in to comment.