mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-05 02:20:19 +00:00
1.2 KiB
1.2 KiB
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: as the base for creating a great Rust WebAssembly runtime
- WAVM: for their great integration and testing framework
- wasmjit: we didn't took any code inspiration, but their effort pushed us forward at a faster pace.
- greenwasm: for their spectests framework
- wasmtime: on their mmap implementation.
- stackoverflow: 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. 😊