You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.
This library is huge. I need to use it in my project and I can not afford such size.
I guess it was compiled from some other source (it simulates the whole model of some low-level computer). I believe it could be written in 10 kB of JS code. E.g. there is a parser of JS acorn.js , that has 100 kB. WAST has much simpler syntax than JS.
Would you be interested in rewriting wast2wasm in JS?
The text was updated successfully, but these errors were encountered:
I think the better solution is to do it at ewasm/wasm-json-toolkit#19 and then perhaps make this package a wrapper over wasm-json-toolkit or just to retire it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This library is huge. I need to use it in my project and I can not afford such size.
I guess it was compiled from some other source (it simulates the whole model of some low-level computer). I believe it could be written in 10 kB of JS code. E.g. there is a parser of JS acorn.js , that has 100 kB. WAST has much simpler syntax than JS.
Would you be interested in rewriting wast2wasm in JS?
The text was updated successfully, but these errors were encountered: