added unreachable intrinsic; added `any_utils`
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 15 Oct 2022 18:55:45 +0000 (13:55 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 15 Oct 2022 18:55:45 +0000 (13:55 -0500)
commit8acee2644383b8e2a93244e5944457c0c7349c24
tree8df18995349275f8d0d4c9bfeae505a37203f657
parentc32e876813e09387dc7c25c6f4b3a73f5273d0bb
added unreachable intrinsic; added `any_utils`
19 files changed:
compiler/include/astnodes.h
compiler/src/builtins.c
compiler/src/wasm_emit.c
compiler/src/wasm_output.h
core/intrinsics/wasm.onyx
core/misc/any_utils.onyx [new file with mode: 0644]
core/runtime/common.onyx
core/std.onyx
interpreter/include/ovm_debug.h
interpreter/include/vm.h
interpreter/include/vm_codebuilder.h
interpreter/src/vm/code_builder.c
interpreter/src/vm/vm.c
interpreter/src/wasm/instance.c
interpreter/src/wasm/module_parsing.h
misc/vscode/onyx-0.0.4.vsix
misc/vscode/out/ovmDebug.js
misc/vscode/ovmDebug.ts
shared/lib/linux_x86_64/lib/libovmwasm.so