I am trying to backport a wasm tool to a legacy platform which has v8 version 9.1.269.38. On this platform, loading the wasm fails with an error:
CompileError: WebAssembly.Module(): invalid value type 'externref', enable with --experimental-wasm-reftypes @+54 This looks like a command line flag for node/d8? How do I enable this feature using the C++ API? My bindings are here: https://github.com/jeroen/V8/blob/master/src/bindings.cpp -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/v8-dev/f35675d7-1f46-402d-ac8f-d09f0e034e48n%40googlegroups.com.