waforth
waforth copied to clipboard
Small but complete dynamic Forth Interpreter/Compiler for and in WebAssembly
Implement the most interesting [ANS Core Extension words](http://lars.nocrew.org/dpans/dpans6.htm#6.2) - [x] .( - [x] .R - [x] 0 - [x] 0> - [x] 2>R - [x] 2R> - [x] 2R@ -...
Hi again, I have been exploring the possibility of WAForth as a lighter-weight alternative to Lua as a plugin environment or a language that can be embedded into a larger...
First of all, major kudos and thank you for putting this together, I've been fascinated with this project since I found it, after finally diving a bit deeper into Forth....
Hi, I was quite surprised to see such a difference with gforth. My intuition is that it is due to the lack of TOS caching. Have you considered that approach?
Maybe I'm trying to do too much, but I'm having a very difficult time getting either `KEY` or `bind` or `bindAsync` to work when inside a compiled word. Example: ```...
This allows the linker to search for either `libwabt.so` or `libwabt.a` in the search path `WABT_LIB_DIR`, depending on what is installed in the system.
Hi remko, First off, thank you for this very nice piece of software. I've been struggling for weeks to get anything like emscripten/llvm setup on my OpenBSD computer running without...
Hi there, This isn't a bug report or anything, but I wanted to get your perspective on a change I'd like to make. I've been studying WAForth with my own...