feat: migrate ts parser to wasm (#1686)

* migrate ts parser to wasm

* add wasm

* revert py
This commit is contained in:
Ruben Fiszel
2023-06-06 09:16:19 +02:00
parent 0079eb0d5b
commit 1f8910d730
27 changed files with 929 additions and 247 deletions

View File

@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y git libssl-dev pkg-config
RUN apt-get -y update \
&& apt-get install -y \
curl lld
curl
ENV SQLX_OFFLINE=true