3aa4f05d0c
Host info used to be stored on the global reference underlying a Ref; now it is stored in a JSWeakMap and hence tied to the lifetime of the actual object on V8's heap. Additionally, the internal metadata needed for C-API functions is now stored on the SharedFunctionInfo and no longer overlaps with the host info mechanism. Bonus content: Roll 6db391e: Remove a few more leftover uses of _enum types Change-Id: Ibb1fa4b0dd5157fef15c030bac705a11aa3beaea Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1768368 Reviewed-by: Andreas Haas <ahaas@chromium.org> Commit-Queue: Jakob Kummerow <jkummerow@chromium.org> Cr-Commit-Position: refs/heads/master@{#63400}
18 lines
479 B
Plaintext
18 lines
479 B
Plaintext
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.
|