add test for eager thread initialization

This commit is contained in:
Pat Hickey
2021-06-04 11:22:23 -07:00
parent 1136917192
commit bf1d1a4e7a
2 changed files with 73 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ mod pooling_allocator;
mod stack_overflow;
mod store;
mod table;
mod thread_eager_init;
mod traps;
mod wast;