Skip to content

Commit 9b6fe41

Browse files
JakeOShannessyLatrasis
authored andcommitted
Change nightly version. (#144)
* Change nightly version. The previous nightly version specified (nightly-2019-03-05) had an issue where components where not supported on Windows. 2018 versions had an issue with some wasm memory functions not being finalised (see rust-lang/rust#56292). This could all be wrong but I found this version worked for me where others didn't. * Add batch equivalent to build.sh
1 parent ec9e548 commit 9b6fe41

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

kernel-ewasm/build.bat

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
cargo build --release --target wasm32-unknown-unknown
3+
wasm-build --target=wasm32-unknown-unknown .\target kernel-ewasm
4+
5+
mkdir .\build
6+
copy .\target\*.wasm .\build
7+
copy .\target\json\* .\build

kernel-ewasm/rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2019-03-05
1+
nightly-2019-01-01

0 commit comments

Comments
 (0)