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

Fix web-viewer #1506

Merged
merged 3 commits into from
Mar 6, 2023
Merged

Fix web-viewer #1506

merged 3 commits into from
Mar 6, 2023

Conversation

emilk
Copy link
Member

@emilk emilk commented Mar 4, 2023

The web-viewer accidentally broke in #1408

We should be able to catch this on CI if we compile the wasm and then check it for any references to forbidden functions, like env::time, using some tool in https://github.com/WebAssembly/wabt.

Checklist

@emilk emilk added 🪳 bug Something isn't working 🕸️ web regarding running the viewer in a browser labels Mar 4, 2023
emilk added 2 commits March 4, 2023 23:17
❯ cargo update -p tempfile
    Updating crates.io index
    Removing remove_dir_all v0.5.3
    Updating tempfile v3.3.0 -> v3.4.0
@teh-cmc teh-cmc merged commit 09b66c1 into main Mar 6, 2023
@teh-cmc teh-cmc deleted the emilk/fix-web-viewer branch March 6, 2023 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working 🕸️ web regarding running the viewer in a browser
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants