The back end was paused for a while, and there may be several gaps we still need to address.
#0 0x00007ffff7d8600d in ?? () from /usr/lib/libc.so.6
#1 0x000055555a630b9d in v8::internal::wasm::WasmSerializer::SerializeNativeModule(v8::base::Vector<unsigned char>) const ()
#2 0x00005555599e3393 in wasm::Module::serialize() const ()
#3 0x00005555599e862f in wee8_wasm_module_serialize ()
#4 0x000055555996fd09 in wasmer::backend::v8::entities::module::ModuleHandle::serialize (self=0x7fff84094040) at lib/api/src/backend/v8/entities/module.rs:116
Parent: PID = 1, Child PID = 2
The back end was paused for a while, and there may be several gaps we still need to address.
Module serialization/deserialization (unless(apparently also related to the threading limitation)--disable-cacheis used) is borked:pthread_createdoes not succeed -> given the per-threadStorerequirement I don't see the full picture yet. Thoughts on that?forkfunctionality not properly covering both of the processes:fork.c.txt
pthread_createtest-case, I face:WARN ThreadId(29) wasmer_wasix::runtime::task_manager: could not clone memory error=The memory is invalid because memory is not a shared memory type(fix(Memory): properly preserve shared attribute of a Memory v8-custom-builds#5) (tests(V8): shareable memory with V8, bump V8 release #6544).