Steve Manuel

Results 49 issues of Steve Manuel

This PR fixes what appears to be an invalid flag used in generated comments: ```rs // This file is generated by rust-protobuf 3.2.0. Do not edit // .proto file is...

Thanks for putting together this site!

Camlistore was renamed to Perkeep. For purpose of discovery and consistency, it should be updated here.

I am finding that it makes for a nicer workflow when I use interfaces rather than types to model data coming from a JSON xhr endpoint. My use case is...

Not currently in this PR, but I would also like to change the `compile` and `run` entries to support using `cargo`, the default Rust toolchain instead of interacting with `rustc`...

[Extism](https://github.com/extism/extism) supports a number of languages quite well, and has a low-level interface which could be adapted to the Reqeuest/Response pattern of wws. Essentially, the wws HTTP server layer would:...

Need to work on: - windows CI - WASI tests (see issue re [different platform behavior](https://discord.com/channels/1011124058408112148/1011124061100843020/1049509012284129423)) - builds & packaging DLL (possible overlap with #119)

see https://discord.com/channels/1011124058408112148/1050087775510208602/1157376816118509668

documentation

Suggestion from the Raku community on Reddit: https://www.reddit.com/r/rakulang/comments/z9uenv/can_we_get_raku_bindings_to_extism

enhancement

Consider the following to improve performance: - adding suggestions from @jart (https://github.com/jart/cosmopolitan/discussions/352#discussioncomment-8210793) so WAMR can build in FastJIT mode on Cosmo. - determine level of effort to add arm64 code...

enhancement