diff options
author | Keith Winstein <keithw@cs.stanford.edu> | 2023-12-03 18:23:03 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-04 02:23:03 +0000 |
commit | 0362847b8a0d714a47c258a96d770f042cf72d5e (patch) | |
tree | 32be1b879fadec47e7acc8f87da5ffb3047fbd22 /wasm2c/.gitignore | |
parent | 678026224f5f565600e923ad4510eaf7ed8a8cd8 (diff) | |
download | wabt-0362847b8a0d714a47c258a96d770f042cf72d5e.tar.gz wabt-0362847b8a0d714a47c258a96d770f042cf72d5e.tar.bz2 wabt-0362847b8a0d714a47c258a96d770f042cf72d5e.zip |
w2c runtime: add per-thread init/free API (#2332)
Diffstat (limited to 'wasm2c/.gitignore')
-rw-r--r-- | wasm2c/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/wasm2c/.gitignore b/wasm2c/.gitignore index 094559b6..77757ac5 100644 --- a/wasm2c/.gitignore +++ b/wasm2c/.gitignore @@ -1,4 +1,5 @@ wasm-rt-impl.o +wasm-rt-exceptions-impl.o examples/**/*.o examples/fac/fac examples/rot13/rot13 @@ -9,3 +10,7 @@ examples/callback/callback examples/callback/callback.c examples/callback/callback.h examples/callback/callback.wasm +examples/threads/threads +examples/threads/sample.c +examples/threads/sample.h +examples/threads/sample.wasm |