Show HN: I built a WASM-console using WebAssembly and tinygo
1–8 of 8 posts
Re: Show HN: I built a WASM-console using WebAssembly and tinygo
#2Re: Show HN: I built a WASM-console using WebAssembly and tinygo
#3I am the author of wasm-console. happy to answer any questions you may have.
Re: Show HN: I built a WASM-console using WebAssembly and tinygo
#4Re: Show HN: I built a WASM-console using WebAssembly and tinygo
#5Re: Show HN: I built a WASM-console using WebAssembly and tinygo
#6Please don't use animated gifs to demonstrate what your project does. It's hard to read while it's moving. A shell transcript is better.
Re: Show HN: I built a WASM-console using WebAssembly and tinygo
#7I am the author of wasm-console. happy to answer any questions you may have.
what is wasm-console / what is a wasmshell?
The idea was born when trying to debug why my component could not access a particular file and I really wanted to be able to do "ls" on the filesystem to see what is there.
Re: Show HN: I built a WASM-console using WebAssembly and tinygo
#8Cool! I also built a WASM console a while ago using Zig, Clang, and slightly modifying various BSD utilities. There is a browser demo at https://cowasm.sh/ , but you could also run it in a terminal and access your local files (similar to what your WASM-console does). Anyways, thanks for sharing your console.