Improved attributions

This commit is contained in:
Syrus 2020-04-14 12:41:05 -07:00
parent 7f0c15b0e1
commit cebd0ed7ab
2 changed files with 11 additions and 10 deletions

View File

@ -10,8 +10,7 @@ These are the projects that were used as inspiration and/or that we are using co
- [WAVM](https://github.com/wavm/wavm): for their great integration and testing framework - [WAVM](https://github.com/wavm/wavm): for their great integration and testing framework
- [greenwasm](https://github.com/Kimundi/greenwasm): for their [spectests framework](https://github.com/Kimundi/greenwasm/tree/master/greenwasm-spectest) - [greenwasm](https://github.com/Kimundi/greenwasm): for their [spectests framework](https://github.com/Kimundi/greenwasm/tree/master/greenwasm-spectest)
- [wasmtime](https://github.com/CraneStation/wasmtime): - [wasmtime](https://github.com/CraneStation/wasmtime):
- For their [mmap implementation](https://github.com/CraneStation/wasmtime/blob/3f24098edc81cd9bf0f877fb7fba018cad0f039e/lib/runtime/src/mmap.rs) For their [mmap implementation](https://github.com/CraneStation/wasmtime/blob/3f24098edc81cd9bf0f877fb7fba018cad0f039e/lib/runtime/src/mmap.rs), the wast test implementation and the implementation of the `__jit_debug_register_code` function
- For the implementation of the `__jit_debug_register_code` function
in Rust, the structure of using Cranelift with the GDB JIT in Rust, the structure of using Cranelift with the GDB JIT
interface including implementation details regarding the structure interface including implementation details regarding the structure
of generating debug information for each function with Cranelift of generating debug information for each function with Cranelift

View File

@ -4,4 +4,6 @@ This is the `wasmer-wast` crate, which contains an implementation of WebAssembly
[WebAssembly spec testsuite]: https://github.com/WebAssembly/testsuite [WebAssembly spec testsuite]: https://github.com/WebAssembly/testsuite
> Note: this project started as a fork of [this crate](https://crates.io/crates/wasmtime-wast). > Note: this project started as a fork of [this crate](https://crates.io/crates/wasmtime-wast)
> at commit `157aab50f5745e08eb0feb905c131f81284f9a7c`.
> Attributions can be found [here](https://github.com/wasmerio/wasmer/blob/master/ATTRIBUTIONS.md#wasmtime)