Skip to content

Commit

Permalink
add source comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Jan 10, 2024
1 parent 5b0e3b2 commit f8d77d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ use std::{
process::{self, Command, Stdio},
};

// WASI logic lifted from https://github.com/bytecodealliance/javy/blob/61616e1507d2bf896f46dc8d72687273438b58b2/crates/quickjs-wasm-sys/build.rs#L18

const WASI_SDK_VERSION_MAJOR: usize = 20;
const WASI_SDK_VERSION_MINOR: usize = 0;

Expand Down

0 comments on commit f8d77d6

Please sign in to comment.