Skip to content

Commit 3b9e1b6

Browse files
committed
fix staging error
1 parent beb9858 commit 3b9e1b6

30 files changed

+108
-605
lines changed

.github/workflows/codeql_buildscript.sh

-277
This file was deleted.

.github/workflows/codeql_fail_on_error.py

-34
This file was deleted.

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ WebAssembly Micro Runtime (WAMR) is a lightweight standalone WebAssembly (Wasm)
4141
- [Berkeley/Posix Socket support](./doc/socket_api.md), ref to [document](./doc/socket_api.md) and [sample](./samples/socket-api)
4242
- [Multi-tier JIT](./product-mini#linux) and [Running mode control](https://bytecodealliance.github.io/wamr.dev/blog/introduction-to-wamr-running-modes/)
4343
- Language bindings: [Go](./language-bindings/go/README.md), [Python](./language-bindings/python/README.md), [Rust](./language-bindings/rust/README.md)
44-
- Language bindings: [Go](./language-bindings/go/README.md), [Python](./language-bindings/python/README.md), [Rust](./language-bindings/rust/README.md)
4544

4645
### Wasm post-MVP features
4746
- [wasm-c-api](https://github.com/WebAssembly/wasm-c-api), ref to [document](doc/wasm_c_api.md) and [sample](samples/wasm-c-api)

0 commit comments

Comments
 (0)