diff --git a/setup.py b/setup.py index b9813c9..5818114 100644 --- a/setup.py +++ b/setup.py @@ -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"]