mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-04 18:10:18 +00:00
Improved attributions
This commit is contained in:
parent
7f0c15b0e1
commit
cebd0ed7ab
@ -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
|
||||
- [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):
|
||||
- For their [mmap implementation](https://github.com/CraneStation/wasmtime/blob/3f24098edc81cd9bf0f877fb7fba018cad0f039e/lib/runtime/src/mmap.rs)
|
||||
- For the implementation of the `__jit_debug_register_code` function
|
||||
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
|
||||
in Rust, the structure of using Cranelift with the GDB JIT
|
||||
interface including implementation details regarding the structure
|
||||
of generating debug information for each function with Cranelift
|
||||
|
@ -4,4 +4,6 @@ This is the `wasmer-wast` crate, which contains an implementation of WebAssembly
|
||||
|
||||
[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)
|
||||
|
Loading…
Reference in New Issue
Block a user