Skip to content

Commit

Permalink
Improved attributions
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Dec 19, 2018
1 parent 3d91a96 commit a81500e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion ATTRIBUTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ 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.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,5 @@ If you would like to know how Wasmer works under the hood, please visit our [ARC
## License

MIT/Apache-2.0

<small>[Attributions](./ATTRIBUTIONS.md)</small>.

0 comments on commit a81500e

Please sign in to comment.