Skip to content

inNative Runtime v0.1.6

Choose a tag to compare

@ErikMcClure ErikMcClure released this 15 Mar 05:43

This is a bugfix release that improves debug handling and removes some of the harsher checks for tags, allowing debug info parsing to continue even if unexpected tags are encountered.

  • Ignore unexpected DWARF tags
  • Fix array parsing for DWARF
  • Add proper array debugging to NatVis
  • Autoserialize WASM modules with no debug info so you can step through the WAT representation
  • Fix variadic function parameter handling in DWARF
  • General refactoring and cleanup

Windows

Windows includes an installer for the SDK and runtime package that installs and registers the runtime to run WebAssembly files. However, even if you download the portable zip file version, you can always install it using ./innative-cmd.exe -i.

Windows SDK

Windows Runtime

Linux

Linux does not currently have a .dpk installer, so only portable versions are offered. Linux also only offers 64-bit compiled versions, for the moment. However, you can still install it using sudo ./innative-cmd -i. There is also a flatpak package available.

Linux SDK

Linux Runtime