webview icon indicating copy to clipboard operation
webview copied to clipboard

Janet bindings to https://github.com/zserge/webview

Results 5 webview issues
Sort by recently updated
recently updated
newest added

Build attempt on OSX Ventura failed. ``` $ janet -v 1.34.0-meson $ jpm build ./project.janet:11:10: compile error: unknown symbol file/popen ```

`file/popen` has been removed. Using `os/spawn` instead to fix the build.

This PR adjusts the path used in `import` in `test.janet` to get `jpm test` working again.

I'm using Mojave 10.14.6. I've tried to `jpm test` eihter with janet 1.15.3 and HEAD (both installed via homebrew). I get this: ``` jpm test running test/test.janet ... could not...

``` $ jpm test running test/test.janet ... error: could not load native build/webview.so: build/webview.so: undefined symbol: gtk_window_get_type in native in [boot.janet] on line 1942, column 26 in require [boot.janet] on...