bytecodealliance / javy

JS to WebAssembly toolchain
Apache License 2.0
2.1k stars 101 forks source link

Expose `JS_DupValueExt` #609

Closed saulecabrera closed 5 months ago

saulecabrera commented 5 months ago

This commit exposes an API to access JS_DupValue.

Closes https://github.com/bytecodealliance/javy/issues/607

I also formatted a bit the value.c file.