alexdovzhanyn / AlchemyVM

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

Handle Traps #12

Closed alexdovzhanyn closed 5 years ago

alexdovzhanyn commented 5 years ago

There are a few situations where we need to trap in the executor, currently we're just crashing, lets create a dedicated function that'll gracefully handle traps.