/VW-ChromiumEmbeddedFramework

Chromium Embedded Framework for VisualWorks

MIT LicenseMIT

VW-CEF

Chromium Embedded Framework (CEF) for VisualWorks.

See https://bitbucket.org/chromiumembedded/cef

Still at an early development stage.

Based on

  • CEF 3.3112.1659.gfef43e0 (2017-09-06)
  • VisualWorks 8.1.1 / 8.3.2

Licensed under the MIT license (see Copyright)

Quickstart

Debugging

Chromium writes debug messages to a file named debug.log (located in the VM directory) and also to stdout

Linux

The Linux version is very unstable.

It is neccessary to put the following files from the CEF resources directory next to the VM (e.g. symlink):

icudtl.dat
natives_blob.bin
snapshot_blob.bin

macOS

Currently not supported