mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 14:25:32 +00:00
c8872f1a6f
This test suite compiles a module, then serializes it, deserializes it, and continues by creating an instance and calling a function on it. It allows to test the entire roundtrip.
24 lines
364 B
Plaintext
24 lines
364 B
Plaintext
CMakeLists.txt.user
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
CMakeScripts
|
|
Testing
|
|
Makefile
|
|
cmake_install.cmake
|
|
install_manifest.txt
|
|
compile_commands.json
|
|
CTestTestfile.cmake
|
|
_deps
|
|
rust-build
|
|
test-exports
|
|
test-globals
|
|
test-import-function
|
|
test-imports
|
|
test-instantiate
|
|
test-memory
|
|
test-module
|
|
test-module-exports
|
|
test-module-imports
|
|
test-module-serialize
|
|
test-tables
|
|
test-validate |