mirror of
https://github.com/LukeHagar/wasm-overhead-research.git
synced 2025-12-06 04:22:06 +00:00
- 5 different JS-to-WASM implementations analyzed - QuickJS (283KB) and Javy Static (519KB) are Wasmer-compatible - Comprehensive size analysis and runtime compatibility testing - Complete documentation and build automation - Wasmer v6.1.0-rc.2 dynamic linking analysis included
13 lines
337 B
Modula-2
13 lines
337 B
Modula-2
module goja-wasm-env
|
|
|
|
go 1.24.5
|
|
|
|
require github.com/dop251/goja v0.0.0-20250630131328-58d95d85e994
|
|
|
|
require (
|
|
github.com/dlclark/regexp2 v1.11.4 // indirect
|
|
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
|
|
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
|
|
golang.org/x/text v0.3.8 // indirect
|
|
)
|