-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nightly v1.0.36-nightly.20241219 [ci skip]
- Loading branch information
1 parent
3684f0b
commit e56181c
Showing
10 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Submodule wabt
updated
17 files
+18 −1 | src/c-writer.cc | |
+73 −63 | src/prebuilt/wasm2c_atomicops_source_declarations.cc | |
+26 −20 | src/prebuilt/wasm2c_simd_source_declarations.cc | |
+147 −58 | src/prebuilt/wasm2c_source_declarations.cc | |
+93 −46 | src/template/wasm2c.declarations.c | |
+67 −62 | src/template/wasm2c_atomicops.declarations.c | |
+23 −20 | src/template/wasm2c_simd.declarations.c | |
+0 −1 | test/run-spec-wasm2c.py | |
+93 −46 | test/wasm2c/add.txt | |
+94 −47 | test/wasm2c/check-imports.txt | |
+93 −46 | test/wasm2c/export-names.txt | |
+95 −48 | test/wasm2c/hello.txt | |
+93 −46 | test/wasm2c/minimal.txt | |
+92 −45 | test/wasm2c/tail-calls.txt | |
+93 −46 | wasm2c/examples/fac/fac.c | |
+40 −33 | wasm2c/wasm-rt-mem-impl-helper.inc | |
+2 −3 | wasm2c/wasm-rt.h |