You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Windows (mingw) | x86_64 | shared | 🏗wasmvm.dll | Shared library linking not working on Windows ([#389]) |
138
+
| Windows (mingw) | x86_64 | shared | 🏗wasmvm.dll | Shared library linking not working on Windows ([#389]) |
139
139
| Windows (mingw) | x86_64 | static | 🚫 | Unclear if this can work using a cross compiler; needs research on .lib (MSVC toolchain) vs. .a (GNU toolchain). ([#389]) |
140
140
| Windows (mingw) | aarch64 | shared | 🚫 | Shared library linking not working on Windows ([#389]) |
141
141
| Windows (mingw) | aarch64 | static | 🚫 | Unclear if this can work using a cross compiler; needs research on .lib (MSVC toolchain) vs. .a (GNU toolchain). ([#389]) |
@@ -171,6 +171,6 @@ import this code freely. If it is not present you will have to build it for your
171
171
system, and ideally add it to this repo with a PR (on your fork). We will set up
172
172
a proper CI system for building these binaries, but we are not there yet.
173
173
174
-
To build the rust side, try `make build-rust` and wait for it to compile. This
175
-
depends on `cargo` being installed with `rustc` version 1.47+. Generally, you
176
-
can just use `rustup` to install all this with no problems.
174
+
To build the rust side, try `make build-libwasmvm` and wait for it to compile.
175
+
This depends on `cargo` being installed with `rustc` version 1.47+. Generally,
176
+
you can just use `rustup` to install all this with no problems.
0 commit comments