Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 2.25 KB

ATTRIBUTIONS.md

File metadata and controls

53 lines (37 loc) · 2.25 KB

Wasmnizer-ts Attributions

Wasmnizer-ts project reused some components from other open source project:

  • WebAssembly Micro Runtime: for building a runtime with WasmGC support
  • QuickJS: for implementing libdyntype to manage dynamic objects
  • AssemblyScript: use some declaration files for exposing C-APIs from binaryen.js
  • TypeScript: use some scripts for project setup
  • Programming Language Benchmarks: use some code snippets as benchmarks
  • The Benchmarks Game: use some code snippets as benchmarks

Licenses

WebAssembly Micro Runtime

LICENSE (Apache-2.0 WITH LLVM-exception)

QuickJS

LICENSE

AssemblyScript

LICENSE (Apache-2.0)

NOTICE

TypeScript

LICENSE (Apache-2.0)

Programming Language Benchmarks

LICENSE (MIT)

The Benchmarks Game

LICENSE (3-Clause BSD)

Contributors for initial version