diff --git a/lib/binding_rust/wasm_language.rs b/lib/binding_rust/wasm_language.rs index 7aedad4d..76aff50a 100644 --- a/lib/binding_rust/wasm_language.rs +++ b/lib/binding_rust/wasm_language.rs @@ -26,6 +26,9 @@ pub struct wasm_engine_t { pub struct WasmStore(*mut ffi::TSWasmStore); +unsafe impl Send for WasmStore {} +unsafe impl Sync for WasmStore {} + #[derive(Debug, PartialEq, Eq)] pub struct WasmError { pub kind: WasmErrorKind,