- changed title to Add WebAssembly support
Add WebAssembly support
Issue #2101
resolved
- What steps will reproduce the problem?
Run CefClient with --enable-wasm flag, loading WebAssembly Demo.
- What is the expected output?
WebAssembly Demo should load.
What do you see instead?
WebAssembly Demo does not load because Wasm object is undefined.
- What version of the product are you using? On what operating system?
2924.1564, Windows 7, x86.
-
Wasm behind flag officially supported in v8 for Chromium 56.
-
No
Comments (6)
-
-
- marked as enhancement
-
reporter Thanks, Marshall. I am willing to contribute to implement this. Can you please provide pointers on what needs to be done ?
-
It looks to be implemented in V8. Maybe you just need to pass the expose-wasm flag?
CefString(&settings.javascript_flags) = "--expose-wasm";
-
reporter - changed status to resolved
Set CefString(&settings.javascript_flags) = "--expose-wasm";
-
reporter That did it thanks.
- Log in to comment
WebAssembly is not yet supported by CEF.