Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vadimkantorov/perlemscripten

Script for basic build of recent Perl with Emscripten
https://github.com/vadimkantorov/perlemscripten

emscripten nodejs perl wasm webassembly

Last synced: 4 days ago
JSON representation

Script for basic build of recent Perl with Emscripten

Awesome Lists containing this project

README

        

# Primer script for basic build of a recent Perl 5.40.0 with Emscripten: [`.github/workflows/perlemscripten.yml`](.github/workflows/perlemscripten.yml)
> [!WARNING]
> - No tests besides a `node` run with `-e 'print("hello world\n");'`
> - No hooks for JavaScript or repeated runs / reinitialization - likely would need https://github.com/haukex/emperl5/blob/emperl_v5.28.1/perlmain_noexit_patch
> - Unstripped, builds in statically all Perl modules from the standard install

# References
- https://github.com/Perl/perl5/issues/22793
- https://webperl.zero-g.net/
- https://webperl.zero-g.net/building.html
- https://github.com/Perl/perl5/compare/blead...haukex:emperl5:emperl_v5.30.0
- https://github.com/haukex/webperl
- https://github.com/gfx/perl.js
- https://perlwasm.github.io/