Ben Taylor

Results 39 issues of Ben Taylor

I've been messing around with running the `python` WAPM package using `wasm-terminal` in a similar way to how `WebAssembly.sh` works. I kept getting plagued with `w.resolve is not a function`...

It looks like there are newer versions of Python which will have native WASI support. Investigate: https://www.fermyon.com/wasm-languages/python https://github.com/singlestore-labs/python-wasi https://bugs.python.org/issue46315

https://console.dev/badges/ > At the end of last year, we reviewed Runno and it was featured as Developer Tool of the Week in the Console Weekly newsletter. You can find your...

There's two pathways that seem viable here: 1. Build [tinygo](https://github.com/tinygo-org/tinygo) and throw it up on WAPM. tinygo appears to already have WASI support but I can't confirm whether the compiler...

enhancement
new language

Asterius https://github.com/tweag/asterius is an interesting option, but it appears to compile to its own JS ABI. Its also unclear if it will be possible to compile Asterius itself to Web...

spike
new language

https://blog.cloudflare.com/cloudflare-workers-now-support-cobol/ File size isn't a concern for Runno so it seems like compiling GnuCOBOL and libraries to WASI WASM would be sufficient. However if the Cloudflare version (https://github.com/cloudflare/cobweb) "just works"...

new language

Currently there's no way to use the Runno components to get only code highlighting. This is useful if you want to have a partial example, or an example that can't...

enhancement

Should do something more like: ``` $ sqlite3 -cmd 'select 123; select 456' 123 456 SQLite version 3.36.0 2021-06-18 18:36:39 Enter ".help" for usage hints. sqlite> ```

enhancement

On Safari the maximum call stack can be reached by some runtimes (e.g. Python). I've hacked a solution to this in `RunnoProvider` that just runs the program a second time...

bug

Refactor web components and add code component - Move elements into element folder in runtime - Add code component for highlighting code - Refactor and fix some bugs in editor...