Skip to content

Commit

Permalink
Patch TinyGo to allow custom GC to have stack pointer tracking (envoy…
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored Nov 9, 2022
1 parent 0d548ac commit bd06f5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildtools/tinygo/wasi-libc.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FROM ghcr.io/corazawaf/coraza-proxy-wasm/buildtools-wasi-sdk:main

RUN apt-get install -y git

RUN git clone https://github.com/tinygo-org/tinygo --branch dev
RUN git clone https://github.com/anuraaga/tinygo --branch wasm-stacks-nogc
WORKDIR /tinygo
RUN git fetch origin && git reset --hard 268140ae40185f2b2b79df9e0550cc4f7287692c
RUN git fetch origin wasm-stacks-nogc && git reset --hard e2da8f6f0f5cf5a75a384bbddae80c1b8a84eca7
RUN git submodule update --init lib/wasi-libc
RUN make wasi-libc

0 comments on commit bd06f5b

Please sign in to comment.