Add resolver chaining and recursive resolving

This commit is contained in:
Mark McCaskey
2020-05-20 14:49:30 -07:00
parent 2c9ba69767
commit 6b617895b0
5 changed files with 99 additions and 28 deletions

View File

@ -86,7 +86,6 @@ add_test(test-imports test-imports)
target_link_libraries(test-import-object general ${WASMER_LIB})
target_compile_options(test-import-object PRIVATE ${COMPILER_OPTIONS})
# TODO: reenable this test
#add_test(test-import-object test-import-object)