3b45da47cd
This change is very mechanical: own<Foo*> → own<Foo> vec<Foo*> → ownvec<Foo> As usual, everything in third_party/ is straight-up copied from upstream. Change-Id: If5fabda99e2b281da6f2e71ce23a2f5b68aaac86 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1760815 Commit-Queue: Jakob Kummerow <jkummerow@chromium.org> Reviewed-by: Andreas Haas <ahaas@chromium.org> Cr-Commit-Position: refs/heads/master@{#63263} |
||
---|---|---|
.. | ||
example | ||
LICENSE | ||
OWNERS | ||
README.v8 | ||
wasm.h | ||
wasm.hh |
Name: Wasm C/C++ API Short Name: wasm-c-api URL: https://github.com/WebAssembly/wasm-c-api/ Version: 0 Revision: 5c742b048f7766a0c00be3a7af23fb71ba816026 Date: 2019-03-18 License: Apache 2.0 License File: LICENSE Security Critical: yes Description: Provides a "black box" API for embedding a Wasm engine in C/C++ applications. Local modifications: None. The contents of the upstream "include/" directory are directly in here. The upstream "example/" directory is copied as-is.