0.0.16 • Published 2 years ago

@raiment/sea-compile-asmscript v0.0.16

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

🌊 sea-compile-asmscript

A small CLI tool to convert AssemblyScript to WebAssembly text.

# Will print the generate WAT (WebAssembly text) to the console
sea-compile-asmscript <source file>

Roadmap

šŸ v0.1.0

  • Output options
    • Add standard command-line parsing library
    • Add --outfile, -o option
    • If extension is .wat produce WebAssembly text
    • If extension is .wasm produce WebAssembly binary
  • UX improvements
    • Color output when writing to file

Background

sea-compile-asmscript was created to help the developer learn WebAssembly. AssemblyScript provides a familiar syntax for C-like language programmers but the AssemblyScript toolchain seems (at least the time of writing this) to want a "full" project directory structure. For simple one-off tests this produces a lot of overhead. Thus, the goal was create a simple CLI tool that could convert from AssemblyScript directly to WAT and WASM formats.

0.0.16

2 years ago

0.0.14

2 years ago

0.0.12

2 years ago

0.0.10

2 years ago

0.0.8

2 years ago

0.0.6

2 years ago

0.0.3

2 years ago