v8/third_party/wasm-api
Jakob Kummerow ec9bc860b4 [wasm-c-api] Roll 351b9b7: Support multiple return values
This just adds the upstream tests; our implementation already had support.

Change-Id: If8d340ebe79eae65d12164a01883482d521b8451
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1762287
Reviewed-by: Andreas Haas <ahaas@chromium.org>
Commit-Queue: Jakob Kummerow <jkummerow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#63280}
2019-08-20 14:48:14 +00:00
..
example [wasm-c-api] Roll 351b9b7: Support multiple return values 2019-08-20 14:48:14 +00:00
LICENSE [wasm] Draft version of C/C++ Wasm API 2019-04-17 16:00:26 +00:00
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 to upstream 70be7c6 2019-08-09 15:13:46 +00:00
wasm.hh [wasm-c-api] Roll 70a2889: Remove template meta-programming 2019-08-20 09:35:35 +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.