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

Browser cfg, smaller WASM and HTTPS redirect #4112

Closed
wants to merge 9 commits into from
Closed

Conversation

john-sharratt
Copy link
Contributor

  • The initialization configuration is now stored in the init.js file
  • The WASM binary has been reduced from 1.8MB to 1.1MB
  • When going to the site on HTTP it will redirect you to HTTPS

@@ -233,7 +233,7 @@ unsafe fn wasi_env_with_filesystem_inner(
let module = &module.as_ref()?.inner;
let imports = imports?;

let (wasi_env, import_object, runtime) = prepare_webc_env(
let (wasi_env, import_object) = prepare_webc_env(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

those changes are already part of master. You might need to rebase or merge from master.

@john-sharratt
Copy link
Contributor Author

Switching over to another branch

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.

2 participants