moved onyx_runtime out of the compiler and into a module
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 10 Dec 2021 19:09:24 +0000 (13:09 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 10 Dec 2021 19:09:24 +0000 (13:09 -0600)
commita4e1c57b93a8d51ecdf7ac066ea0057a4d4fd2e9
tree1b152d9015591bd9f62be092d230d1bb88823d02
parent459c13313739f53f6718ca0407d9ecab5f2ea87c
moved onyx_runtime out of the compiler and into a module
build.bat
build.sh
core/runtime/onyx_run.onyx
include/onyx_library.h
modules/onyx_runtime/build.bat [new file with mode: 0644]
modules/onyx_runtime/build.sh [new file with mode: 0644]
modules/onyx_runtime/onyx_runtime.c [new file with mode: 0644]
src/wasm_runtime.c