Skip to content

Commit

Permalink
Add build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olivi-r committed Aug 16, 2023
1 parent 2d6c8b3 commit 9525ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


opcodes = {}
with open(os.path.dirname(__file__) + "/wasmpy/opcodes.json") as fp:
with open(os.path.join(os.path.dirname(__file__), "wasmpy/opcodes.json")) as fp:
data = json.load(fp)
replacements = data["replacements"]
functions = data["functions"]
Expand Down

0 comments on commit 9525ac9

Please sign in to comment.