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

Compiler in wasm #55

Merged
merged 6 commits into from
Jun 11, 2018
Merged

Compiler in wasm #55

merged 6 commits into from
Jun 11, 2018

Conversation

mverleg
Copy link
Collaborator

@mverleg mverleg commented May 12, 2018

#47

So far using emscripten backend, which has a large runtime (80kb) but is stable.

@mverleg
Copy link
Collaborator Author

mverleg commented May 13, 2018

Stuck on Javascript error SyntaxError: expected expression, got keyword 'import'. So far failing to call Rust code, maybe I misunderstand the js module stuff...

@mverleg
Copy link
Collaborator Author

mverleg commented May 13, 2018

Resolved the import error by generating without modules and imports in wasm-bindgen.

Minimal working version now, ready to merge.

@mverleg
Copy link
Collaborator Author

mverleg commented May 13, 2018

Sometimes get errors about ace worker script not loading, not sure if that's a code problem or CDN or something...

@mverleg mverleg merged commit 4baed22 into dev Jun 11, 2018
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

Successfully merging this pull request may close these issues.

1 participant