kanaka / wac

WebAssembly interpreter in C
Other
473 stars 46 forks source link

Use open instead of file to open files #1

Closed badboy closed 7 years ago

badboy commented 7 years ago

I'm trying to build this project, but it instantly failed. I'm no Python expert, but using open this code works here.

kanaka commented 7 years ago

@badboy ah yes, I knew that at one point but it slipped my mind. Thanks!

badboy commented 7 years ago

:) No problem. Cool projects btw.

kanaka commented 7 years ago

@badboy Thanks! Were you able to get everything built and running?

badboy commented 7 years ago

Yup, it now works and I can run the examples.