Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vadimkantorov/perlemscripten
- Owner: vadimkantorov
- Created: 2024-12-26T15:15:56.000Z (5 days ago)
- Default Branch: master
- Last Pushed: 2024-12-26T15:29:34.000Z (5 days ago)
- Last Synced: 2024-12-26T16:24:49.850Z (5 days ago)
- Topics: emscripten, nodejs, perl, wasm, webassembly
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/