Skip to content

Commit ed48c43

Browse files
author
Arnaud Riess
committed
docs: update warning in README to advise against production use
1 parent f15d98b commit ed48c43

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -289,12 +289,6 @@ Use the [feature request template](.github/ISSUE_TEMPLATE/feature_request.md):
289289
- Suggest a possible implementation (optional)
290290
- Reference relevant SPECIFICATION.md sections if applicable
291291

292-
### Security Issues
293-
294-
**Do NOT open public issues for security vulnerabilities.**
295-
296-
See [SECURITY.md](SECURITY.md) for responsible disclosure instructions.
297-
298292
## Development Guidelines
299293

300294
### Error Handling

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# herkos
22

3-
> ⚠️ **This project is work in progress! Not all wasm features nor corner cases were tested!**
3+
> ⚠️ **This project is work in progress! Not all wasm features nor corner cases were tested! Do not use in production!**
44
55
A compilation pipeline that transpiles WebAssembly modules into memory-safe Rust code with compile-time isolation guarantees (memory+capabilities), replacing runtime hardware-based memory protection (MMU/MPU) with type-system-enforced safety.
66

0 commit comments

Comments
 (0)