v8/third_party/wasm-api
Jakob Kummerow 5e46b285df [wasm-c-api] Roll dc8cc29: Implement stack trace API
Change-Id: Ic5145b7ba15ae58d15e2cc4511afc2f8c6d42ea0
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1741654
Commit-Queue: Jakob Kummerow <jkummerow@chromium.org>
Reviewed-by: Andreas Haas <ahaas@chromium.org>
Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
Reviewed-by: Simon Zünd <szuend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#63132}
2019-08-08 20:44:42 +00:00
..
example [wasm-c-api] Roll dc8cc29: Implement stack trace API 2019-08-08 20:44:42 +00:00
LICENSE
OWNERS Add missing owners files 2019-05-31 07:21:01 +00:00
README.v8 [wasm-c-api] Add upstream examples as tests 2019-04-17 18:04:16 +00:00
wasm.h [wasm-c-api] Roll dc8cc29: Implement stack trace API 2019-08-08 20:44:42 +00:00
wasm.hh [wasm-c-api] Roll dc8cc29: Implement stack trace API 2019-08-08 20:44:42 +00:00

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.