alexdovzhanyn / AlchemyVM

WebAssembly Virtual Machine Built In Elixir
MIT License
188 stars 5 forks source link

Fixed Binary Dependency, Removed #30

Open fantypants opened 5 years ago

fantypants commented 5 years ago

Removes the dependency Binary and replaces with :binary

fantypants commented 5 years ago

Tests for the load16 etc are failing, i think that's what you fixed earlier? I left the test file aside from changing some Binary to :binary in 2 functions =)