0.9.14 • Published 4 years ago

wasm-lang v0.9.14

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Build npm version GitHub license

wasm-lang needs name compiler

Compiles [langname] sources to WebAssembly wasm binary module file. It can dynamically create and output sourcemaps for debugging.

Install

npm i wasm-lang -g

API

Options:

--help Show help [boolean]
--version Show version number [boolean]
-f, --file Path to source file to be compiled [string] [required]
-o, --output Path to result file to be saved [string] [required]
-s, --sourceMaps Generate sourceMaps for debugging [boolean]
-t, --textFormat  Generate WebAssembly Text Format (wat) file [string]

Example:

wasm-lang -f dummy/test.x -o dummy/test.wasm -s

Language Documentation

Full documentation is available on https://michaljach.gitbook.io/wasm/ page.

Development

Use start script to start the server, watch changes and auto re-compile sources.

yarn start

Example:

yarn start -f dummy/test.x -o dummy/test.wasm

Changelog

See CHANGELOG file for list of recent changes.

License

See LICENSE file for more information.

0.9.13

4 years ago

0.9.14

4 years ago

0.9.11

4 years ago

0.9.10

4 years ago

0.9.8

4 years ago

0.9.9

4 years ago

0.9.7

4 years ago

0.9.6

4 years ago

0.9.4

4 years ago

0.9.3

4 years ago

0.9.2

4 years ago

0.9.1

4 years ago

0.9.0

4 years ago

0.8.3

4 years ago

0.8.1

4 years ago

0.8.2

4 years ago

0.8.0

4 years ago

0.7.2

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.7

4 years ago

0.6.6

4 years ago

0.6.8

4 years ago

0.6.2

4 years ago

0.6.5

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.3

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.11

4 years ago

0.3.10

4 years ago

0.3.9

4 years ago

1.0.0

4 years ago

0.3.8

4 years ago

0.3.7

4 years ago

0.3.6

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.1.0

4 years ago