mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-05 02:20:19 +00:00
Create attributions file
This commit is contained in:
parent
75046e0e2c
commit
3d91a96962
18
ATTRIBUTIONS.md
Normal file
18
ATTRIBUTIONS.md
Normal file
@ -0,0 +1,18 @@
|
||||
# Wasmer Attributions
|
||||
|
||||
Wasmer is a community effort.
|
||||
In order to build the best WebAssembly runtime it's our duty to see how other runtimes are approaching the same space
|
||||
and get inspired from them on the things that they got right, so wasmer and it's community can benefit from a solid
|
||||
foundation.
|
||||
|
||||
This are the different project that we used as inspiration:
|
||||
|
||||
- [Nebulet](https://github.com/nebulet/nebulet): as the base for creating a great Rust WebAssembly runtime
|
||||
- [WAVM](https://github.com/wavm/wavm): for their great integration and testing framework
|
||||
- [wasmjit](https://github.com/rianhunter/wasmjit): we didn't took any code inspiration, but their effort pushed us forward at a faster pace.
|
||||
- [greenwasm](https://github.com/Kimundi/greenwasm): for their [spectests framework](https://github.com/Kimundi/greenwasm/tree/master/greenwasm-spectest)
|
||||
- [wasmtime](/wasmtime): on their [mmap implementation](https://github.com/CraneStation/wasmtime/blob/3f24098edc81cd9bf0f877fb7fba018cad0f039e/lib/runtime/src/mmap.rs).
|
||||
- [stackoverflow](https://stackoverflow.com/a/45795699/1072990): to create an efficient HashMap with pair keys.
|
||||
|
||||
We would love to hear from you if you think we should be inspired by other codes/repos we haven't covered here.
|
||||
😊
|
Loading…
Reference in New Issue
Block a user