Skip to content
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

Open
saadq opened this issue Nov 15, 2021 · 6 comments
Open

Add a page for WASM/other language proposals? #11

saadq opened this issue Nov 15, 2021 · 6 comments

Comments

@saadq
Copy link
Owner

saadq commented Nov 15, 2021

https://github.com/WebAssembly/proposals

@saadq
Copy link
Owner Author

saadq commented Nov 22, 2021

I've started work on this. I want to change the current project structure to be a monorepo with these packages:

  • ecma (current app)
  • wasm (new app)
  • common (common components/utils to share between the two apps)

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.

@saadq
Copy link
Owner Author

saadq commented Nov 26, 2021

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 ecma to the common folder and then reusing it in the wasm app.

@ljharb
Copy link

ljharb commented Nov 26, 2021

Doesn’t the “es” mean “ecmascript”? WASM isn’t part of ecma.

@saadq
Copy link
Owner Author

saadq commented Nov 26, 2021

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 wasmproposals.* which has several options like:

  • wasmproposals.com
  • wasmproposals.dev
  • wasmproposals.io

There's also wasmproposa.ls and proposalswa.sm

@saadq
Copy link
Owner Author

saadq commented Nov 26, 2021

Ok, I think problem solved... I've bought proposals.dev.

So I think I'll have something like ecma.proposals.dev and wasm.proposals.dev, and I'll keep proposals.es and ecma.proposals.dev linked.

It will let me also make it easier to have a home page so users can navigate to either WASM/ECMA

@saadq saadq changed the title Add a page for WASM proposals? Add a page for WASM/other language proposals? Dec 9, 2021
@saadq
Copy link
Owner Author

saadq commented Dec 9, 2021

Languages that have proposals which can be tracked:

  • WASM
  • Swift
  • Golang
  • Rust
  • Python (will prob be harder to parse Python proposals tho)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants