-
Notifications
You must be signed in to change notification settings - Fork 31
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
[controller] [js] Initial javascript JSSO controller #433
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ejgallego
force-pushed
the
js
branch
4 times, most recently
from
February 24, 2023 21:55
149ee41
to
545a665
Compare
ejgallego
force-pushed
the
js
branch
4 times, most recently
from
March 1, 2023 00:28
06f095d
to
5e83bcd
Compare
ejgallego
added a commit
that referenced
this pull request
Mar 6, 2023
This is unnecessary as init can hook directly with protect, and should. No need to expose this internal detail. This will simplify the setup in #433 (and other clients)
ejgallego
force-pushed
the
js
branch
2 times, most recently
from
March 6, 2023 04:22
8db11e9
to
820abec
Compare
ejgallego
force-pushed
the
js
branch
13 times, most recently
from
September 28, 2024 16:13
5c94b1a
to
147e971
Compare
ejgallego
added a commit
that referenced
this pull request
Sep 28, 2024
Taken from #433, it is very useful there to run with a disabled VM.
ejgallego
added a commit
that referenced
this pull request
Sep 28, 2024
Taken from #433, it is very useful there to run with a disabled VM.
Bootstrapped and working! DONE: - interrupt support - 32bit compilation without hacks - CI + artifact TODO: minimal package manager: + try to load .vo files + hand write dune files for cma and coq-pkg for the prelude + bind jszip or some other zip lib + fetch package prelude.coq-pkg, unzip and register TODOS: - WASM - Package manager (v3) - jsCoq SDK (v2)
We hook `loadfile` to use precompiled `.cma.js` files, using our copy of findlib. The build is very rustical, but works. We also tweak the VM options so they are correct.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind: enhancement
New feature or request
needs: changes entry
part: build
part: CI
part: client (VSCode)
part: lsp server
part: web worker
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bootstrapped and working!
DONE:
TODO:
minimal package manager:
TODOS: