-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a page for WASM/other language proposals? #11
Comments
I've started work on this. I want to change the current project structure to be a monorepo with these packages:
I'm looking into using the Multi Zones feature for Next.js to accomplish this, hoping to be able to keep https://proposals.es pointing to the current app and then have https://wasm.proposals.es point to the WASM app. |
Decided against using multi zones and just kept it as 2 separate apps.
The separate app/monorepo is setup now so we can get started on moving a bunch of stuff from |
Doesn’t the “es” mean “ecmascript”? WASM isn’t part of ecma. |
Yep, you're absolutely right :p. I figured it was still fine to reuse the domain, but now that you've called that out it feels pretty dirty to use it lol since it might cause confusion to people. @ljharb curious if you have any opinions on what a good domain would be for it? :) I was considering using
There's also |
Ok, I think problem solved... I've bought So I think I'll have something like It will let me also make it easier to have a home page so users can navigate to either WASM/ECMA |
Languages that have proposals which can be tracked:
|
https://github.com/WebAssembly/proposals
The text was updated successfully, but these errors were encountered: