olin icon indicating copy to clipboard operation
olin copied to clipboard

Webassembly + Event Sourcing

Results 20 olin issues
Sort by recently updated
recently updated
newest added

Basically copy-pasting what I said to you earlier. The current README.md is very HN-blogspam or Medium Thinkpiece™-esque. It feels like it suffered from Kubernetes documentation syndrome, where only people who...

At a high level, olin is effectively a kernel for WebAssembly programs. Why not get [BusyBox](https://busybox.net) working in it? We could then have a linux kernel boot to an olin...

enhancement
cwa
wasi

A thought: `abi.File` should be expanded to contain the idea of a "sub-descriptor", "control descriptor" or another such term. This "sub-descriptor" would fulfill the place of `ioctl`, `accept`, `stat` and...

question

- [ ] Timeouts/Callbacks https://github.com/golang/go/blob/master/misc/wasm/wasm_exec.js#L263 https://github.com/golang/go/blob/master/misc/wasm/wasm_exec.js#L282 - [ ] HTTP transport - [ ] global.fs -> glue to abi.File? - [ ] writeSync https://github.com/golang/go/blob/0fe1986a72ea578390d4909988a1d7cb3a687544/misc/wasm/wasm_exec.js#L37 - [x] write https://github.com/golang/go/blob/0fe1986a72ea578390d4909988a1d7cb3a687544/misc/wasm/wasm_exec.js#L46 - [x]...

I am taking some time to organize the file-system structure and document some tool-chain practices in the codebase. I am considering different naming conventions, as the different "cwa" and "internals"...

meta

- [ ] Purchase domain (`olin.io`?) - [ ] Autogenerate from documentation for Rust, Go and other documentation - [ ] Upload to Github Pages - [ ] Live demo?

meta

https://github.com/softprops/hyperlocal shows how to create a HTTP transport with Hyper. Adapt this for Olin's HTTP client. The Olin HTTP client is not very well documented (please do this as part...

help wanted
good first issue
rust

Hello, I cannot reach https://olin.within.website/ which is linked immediately in the README.md

Bumps [github.com/kr/pretty](https://github.com/kr/pretty) from 0.1.0 to 0.3.1. Commits 3cd153a Bump github.com/rogpeppe/go-internal from 1.8.0 to 1.9.0 (#88) d8c7eb1 Catch panics when calling GoString like fmt %#v does (#87) d928460 Bump actions/checkout from...

go
dependencies