node/deps/v8/third_party/wasm-api
Matheus Marchini 2883c855e0
deps: update V8 to 8.1.307.20
PR-URL: https://github.com/nodejs/node/pull/32116
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
2020-03-18 16:23:22 -07:00
..
example deps: update V8 to 7.8.279.9 2019-10-07 03:19:23 -04:00
LICENSE
OWNERS deps: update V8 to 8.1.307.20 2020-03-18 16:23:22 -07:00
README.v8 deps: update V8 to 7.8.279.9 2019-10-07 03:19:23 -04:00
wasm.h deps: update V8 to 7.8.279.9 2019-10-07 03:19:23 -04:00
wasm.hh deps: update V8 to 7.8.279.9 2019-10-07 03:19:23 -04:00

README.v8

Name: Wasm C/C++ API
Short Name: wasm-c-api
URL: https://github.com/WebAssembly/wasm-c-api/
Version: 0
Revision: 6db391ee7121a0695602945d11001ea3e00b0afb
Date: 2019-08-08
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.