WebAssembly from the Ground Up
wasmgroundup.com
WebAssembly from the Ground Up
1–10 of 61 posts
Re: WebAssembly from the Ground Up
#2I see runtime interpreters as constraining when a system call is needed, but proscribed.
Re: WebAssembly from the Ground Up
#3Re: WebAssembly from the Ground Up
#4I don't remembering submitting it today; it must be from the second-chance pool. Good to see my submission on the frontpage, though :-)
[1]: https://news.ycombinator.com/submitted?id=gurjeet [2]: https://news.ycombinator.com/pool
Re: WebAssembly from the Ground Up
#5I like PHP because it allows access to core system calls on any platform. I see runtime interpreters as constraining when a system call is needed, but proscribed.
Re: WebAssembly from the Ground Up
#6Re: WebAssembly from the Ground Up
#7Re: WebAssembly from the Ground Up
#8Re: WebAssembly from the Ground Up
#9Beyond the sample chapters which are linked from the landing page, we also have a couple blog posts which may be interesting:
- A WebAssembly Interpreter: https://wasmgroundup.com/blog/wasm-vm-part-1/
- An older blog post, "A WebAssembly compiler that fits in a tweet" (https://wasmgroundup.com/blog/wasm-compiler-in-a-tweet), was also on HN earlier this year: https://news.ycombinator.com/item?id=42814948
Re: WebAssembly from the Ground Up
#10Is there a Github repo for code associated with this book?
Over the course of the book, we also build up a small library for creating Wasm modules and emitting bytecode; that's available as an NPM package (https://www.npmjs.com/package/@wasmgroundup/emit) and the code is here: https://github.com/wasmgroundup/emit