Hello all, I am wondering if there is support for WASM stringrefs in 
libwee8? And if so, it that behind a flag during the build? I am noticing 
that I'm able to call:

      auto wasmModule = wasm::Module::make(store.get(), binary);

with no issues when I'm not using stringrefs, but as soon as I add a 
      (table $stringrefs 100 stringref)

into the module, the wasm::Module::make seems to fail.

Any pointers would be greatly appreciated! Thanks in advance.

Best,
Alex

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/094860d8-db0a-42e2-89bc-613addfce756n%40googlegroups.com.

Reply via email to