This is the Linux app named Walt whose latest release can be downloaded as Version0.21.0.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Walt with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
Walt
DESCRIPTION
Walt is an alternative syntax for WebAssembly text format. It's an experiment for using JavaScript syntax to write to as 'close to the metal' as possible. It's JavaScript with rules. .walt files compile directly to WebAssembly binary format. Writing zero-overhead, optimized WebAssembly is pretty tough to do. The syntax for .wat files is terse and difficult to work with directly. If you do not wish to use a systems language like C or Rust, then you're kind of out of luck. Your best bet (currently) is to write very plain C code, compile that to .wast and then optimize that result. Then you're ready to compile that into the final WebAssembly binary. Provide a thin layer of syntax sugar on top of .wat text format. Preferably porting as much of JavaScript syntax to WebAssembly as possible. This improved syntax should give direct control over the WebAssembly output. Meaning there should be minimal to none post-optimization to be done to the waste code generated.
Features
- Write "close to the metal" JavaScript
- No C/C++ or Rust required, just typed JavaScript
- NO LLVM/binary toolkits required, zero dependencies 100% written in JS
- Fast compilation, integrates into webpack
- Try it out in the Walt Explorer
- Read the Quick Start Guide
Programming Language
JavaScript
This is an application that can also be fetched from https://sourceforge.net/projects/walt.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.