遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/3559)
<a href="https://www.bestpractices.dev/projects/3559"><img src="https://www.bestpractices.dev/projects/3559/badge"></a>
Embeddable WebAssembly Interpreter for the JVM, written in Kotlin
https://github.com/jasonwyatt/KWasm/blob/master/CONTRIBUTING.md
https://github.com/jasonwyatt/KWasm/blob/master/CODE_OF_CONDUCT.md
https://github.com/jasonwyatt/KWasm/
The project does not include any actual user interface.
Project does not generate human-readable text.
Project websites do not store passwords.
https://github.com/jasonwyatt/KWasm/issues
No vulnerability reports within the last 12 months.
https://github.com/jasonwyatt/KWasm/blob/master/CONTRIBUTING.md#code-style
ktlint is used to enforce code style
Only JVM binaries (Jar Files) are produced.
KWasm is a library, and thus the onus is on the application using it to supply debugging information if necessary.
Gradle does not perform builds recursively in the manner described by this item, KWasm uses Gradle.
KWasm is a library, it is not installed directly itself.
KWasm uses gradle and follows common gradle-based project structure.
KWasm uses gradle, and gradle uses maven for dependency management: https://github.com/jasonwyatt/KWasm/blob/master/build.gradle https://github.com/jasonwyatt/KWasm/blob/master/library/build.gradle
CircleCI runs on every commit to master. Results are linked-to from the project readme.
No bugs reported within last 6 months.
We periodically run tests with coverage from IntelliJ. KWasm currently has over 90% statement coverage.
警告:需要更长的理由。
KWasm implements WASM's validation spec.
Kotlin is not a memory-unsafe language. KWasm is 100% Kotlin.
后退