added: wasm_runtime supports using `dyncall`
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 10 Mar 2023 17:36:34 +0000 (11:36 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 10 Mar 2023 17:36:34 +0000 (11:36 -0600)
commitde7b1ae8f9cb760e330acd5d7f8c9bee6332da5a
treee4fdc02e31dc75f38b7c6d16a977cd1b96baa5a4
parentc0e18f34c7397d144fd311a43ccd02d3337dd582
added: wasm_runtime supports using `dyncall`
compiler/build.sh
compiler/src/wasm_runtime.c
shared/include/dyncall/dyncall.h [new file with mode: 0644]
shared/include/dyncall/dyncall_config.h [new file with mode: 0644]
shared/include/dyncall/dyncall_macros.h [new file with mode: 0644]
shared/include/dyncall/dyncall_signature.h [new file with mode: 0644]
shared/include/dyncall/dyncall_types.h [new file with mode: 0644]
shared/lib/linux_x86_64/lib/libdyncall_s.a [new file with mode: 0644]