Added attributions in all attributed files

This commit is contained in:
Syrus
2020-06-15 19:30:05 -07:00
parent b00f899913
commit f2f795cd1f
32 changed files with 97 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
// This file contains partial code from other sources.
// Attributions: https://github.com/wasmerio/wasmer-reborn/blob/master/ATTRIBUTIONS.md
//! A trampoline generator for calling dynamic host functions from Wasm.
use super::binemit::TrampolineRelocSink;