Changes for version 0.02 - 2020-06-19
- Added `wat` subcommand for converting WebAssembly Text (.wat) to WebAssembly Binary (.wasm) (gh#3)
- The default branch for the git repository is now `main`.
Documentation
Perl WebAssembly command line tool
Modules
Perl WebAssembly command line tool
Provides
in lib/App/plasm.pm
in lib/App/plasm.pm
in lib/App/plasm.pm
Examples
- example/01-hello-world/hello.c
- example/01-hello-world/hello.wasm
- example/02-echo/echo.c
- example/02-echo/echo.wasm
- example/03-call-perl/Makefile
- example/03-call-perl/foo.c
- example/03-call-perl/foo.wasm
- example/03-call-perl/lib/Bar/Baz.pm
- example/04-call-wasm/Makefile
- example/04-call-wasm/foo.c
- example/04-call-wasm/foo.wasm
- example/04-call-wasm/lib/Bar/Baz.c
- example/04-call-wasm/lib/Bar/Baz.wasm