An experimental project aimed at exploring the utilization of shared memory between the main browser thread and worker thread.
- Export C++ bindings to JS via a WASM module.
- Load the WASM code and initialize the WASM module with shared WebAssembly Memory in the main thread.
- Send the WASM module and WebAssembly Memory to a worker thread.
- Initialize another WASM module using the data sent by the main thread.
- Manipulate shared memory with JS API.