Skip to content

v0.8.1

Latest
Compare
Choose a tag to compare
@alexdovzhanyn alexdovzhanyn released this 24 Jan 16:08
· 4 commits to master since this release
57b4e74
  • Allows host functions to be imported from Elixir and called within a WebAssembly module
  • Creates a new host function DSL that allows for definition of WebAssembly host functions seamlessly in elixir modules
  • Fixes a bug where if statements would crash the VM sometimes
  • Fixes a bug with reading wrapped bytes from memory (i.e. i32.load8_s not working properly)
  • Implements data section memory population (data section was ignored previously)
  • Adds a new :trace option that outputs instructions to a log file as they're executed.