mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-17 08:34:19 +01:00
Remove wasm binding
With napi v3 we can compile our javascript binding to wasm, which can reduce a lot of maintenance overhead and complexity
This commit is contained in:
@@ -20,7 +20,7 @@ NPM_PACKAGES = [
|
||||
"bindings/javascript/npm/darwin-universal",
|
||||
"bindings/javascript/npm/linux-x64-gnu",
|
||||
"bindings/javascript/npm/win32-x64-msvc",
|
||||
"bindings/wasm",
|
||||
"bindings/javascript/npm/wasm32-wasip1-threads",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user