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

Use Rust 1.43 and fix wasm mutable globals #85

Merged
merged 1 commit into from
Nov 27, 2020

Conversation

cormacrelf
Copy link
Collaborator

Fixes #84, disables wasm-opt so wasm builds are going to be a bit bigger.

MSRV is now 1.43 because of indextree's use of i16::MIN and a few other
packages which are no longer supporting 1.39, I just haven't checked in a
while. So there we are.

@cormacrelf cormacrelf merged commit 73cbf2e into master Nov 27, 2020
@cormacrelf cormacrelf deleted the wasm-mutable-globals branch November 27, 2020 20:58
@cormacrelf cormacrelf added A-ci Area: continuous integration A-wasm Area: wasm package on npm labels Sep 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ci Area: continuous integration A-wasm Area: wasm package on npm
Development

Successfully merging this pull request may close these issues.

CompileErrror when initializing the wasm driver
1 participant