Results 9 comments of Pierce Ng

I've written the low-level D bindings. The standard hello demo works on Linux and macOS. PR incoming soon.

A quick experience report, based on translating Lua examples on the wiki. The tri() example uses sin and cos functions. - With D, Wasm3 errs at runtime that "WASM must...

> @PierceNg Ah it was your PR... It still needs to be fully brought up to the WASM-4 examples and then I think we'll be in a lot better place...

For Pharo I have mods to look up the header files in the version of OpenSSL that is downloaded and built as part of building the VM, instead of looking...

What is the mechanism that produces the "AQAAA..." PasswordHash string in the seed data?

In my [Free Pascal binding](https://github.com/PierceNg/fpwebview), the equivalent of ```println``` works for Linux and Windows but not for macOS. Program snippet looks like this: ```pascal writeln('Hello, webview, from Pascal!'); w :=...

FPC now produces WebAssembly output, and has a Javascript bridge for WebAssembly programs running in the browser to communicate with the browser front-end implemented in pas2js. Maybe time to consider...

Take a look at [fpwebview](https://github.com/PierceNg/fpwebview), my Pascal binding, especially the demo [lclembed](https://github.com/PierceNg/fpwebview/blob/master/demo/lclembed), which embeds `webview` inside a Lazarus GUI application. [Lazarus](https://lazarus-ide.org/) is an IDE-cum-widget set interface for developing cross platform...

Make it: ``` $ make -e USE_SSL=yes -e USE_SENDFILE=yes ``` Run it: ``` $ ./webfsd -F -4 -p 8443 -S -C ssl/server.pem SSL cert load error [error:140AB18F:SSL routines:SSL_CTX_use_certificate:ee key too...