Skip to content

inNative Runtime v0.1.0

Choose a tag to compare

@ErikMcClure ErikMcClure released this 27 May 07:03

This is the initial release of the inNative Runtime v0.1.0 for Windows and Linux. For each platform and architecture, two seperate downloads are available: the SDK, and the runtime package. If you want to embed inNative into your program, you want to download the SDK. If you just want to compile native WebAssembly modules, you can get the smaller runtime package. If you don't know what to get, download the SDK.

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

Linux SDK

Linux Runtime