WebAssembly FFI uses extern "C" #47599
Labels
A-FFI
Area: Foreign function interface (FFI)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
O-wasm
Target: WASM (WebAssembly), http://webassembly.org/
While reading https://hacks.mozilla.org/2018/01/oxidizing-source-maps-with-rust-and-webassembly/ I noticed the following
Shouldn't this be
extern "WASM"
or similar? The FFI interface is not the C one, but the WebAssembly one (or JavaScript?)The text was updated successfully, but these errors were encountered: