Casper Beyer

Results 42 issues of Casper Beyer

Right now the best way to navigate the runtime documentation on deno.land I've come up with is just have the urls memorized. Would be nice to have a link from...

Consider this repo obsolete and to be destroyed, moving examples into the main repo

The transform and runtime will go into a standalone package `revile` (name to be finalized). Its just the logical thing to do so we can share the code across different...

The way the current prelude works takes a lot of time because it works in several (redundant) steps - Default packer packs everything - We have a wrap phase that...

Blocking on Deno making this an accessible op

This is blocking on Deno getting an op for it.

WIP; will most likely fail on Windows

Implementing `fd_truncate` is blocking on getting upstream support from Deno. See https://github.com/denoland/deno/issues/5767

Deno currently only supports seeking on 32 bit integer offsets, where-as WASI expects offsets to be 64 bit wide.

bug