-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #781 from yamt/toywasm-64
bump toywasm to 64.0.0
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule toywasm
updated
34 files
+3 −3 | .github/workflows/ci.yml | |
+2 −0 | README.md | |
+1 −1 | build-wasm32-wasi.sh | |
+32 −0 | cli/main.c | |
+6 −1 | cli/repl.c | |
+6 −0 | cli/repl.h | |
+5 −1 | cmake/LLVM.cmake | |
+15 −10 | cmake/ToywasmConfig.cmake | |
+1 −1 | cross/README.md | |
+1 −1 | cross/cross-setup.sh | |
+1 −1 | cross/setup-alternatives.sh | |
+11 −0 | cross/setup-apt-llvm-org.sh | |
+13 −0 | examples/callgraph/func_size.py | |
+13 −0 | examples/fuzz/README.md | |
+1 −1 | lib/exec_insn_subr.c | |
+4 −2 | lib/host_instance.h | |
+1 −1 | lib/insn.c | |
+2 −3 | lib/list.c | |
+33 −0 | lib/list.h | |
+2 −1 | lib/module.c | |
+2 −1 | lib/module_writer.c | |
+2 −1 | lib/timeutil.c | |
+1 −1 | lib/timeutil.h | |
+4 −2 | lib/type.h | |
+1 −1 | lib/usched.c | |
+7 −4 | libwasi/wasi_abi_sock.c | |
+2 −1 | libwasi/wasi_path_subr.h | |
+3 −1 | libwasi_littlefs/CMakeLists.txt | |
+4 −2 | libwasi_littlefs/wasi_littlefs.c | |
+13 −3 | libwasi_littlefs/wasi_littlefs.h | |
+9 −2 | libwasi_littlefs/wasi_littlefs_mount.c | |
+6 −1 | libwasi_littlefs/wasi_littlefs_mount.h | |
+111 −0 | test/test.c | |
+1 −1 | wapm/wapm.toml |