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

Try Ecsact in the browser #85

Open
zaucy opened this issue Nov 30, 2022 · 0 comments
Open

Try Ecsact in the browser #85

zaucy opened this issue Nov 30, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@zaucy
Copy link
Member

zaucy commented Nov 30, 2022

Since we have wasm support we should be able to give users a little sandbox area for them to try it in the browser.

Our only planned general implementation of the runtime is the Reference Runtime. If we compile that to WebAssembly we should have to problem getting something like monaco embeded in the site to give Ecsact a try.

Ecsact codegen plugins also have a very simple interface and could easily be brought into the browser with Wasm.

To get proper system implementations in the browser AssemblyScript would be a good choice. They already have a sandbox in the browser that we could probably use and customize https://www.assemblyscript.org/

I don't know of any other languages that can compile to WebAssembly right in the browser.

@zaucy zaucy added the enhancement New feature or request label Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant