mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
use again the latest WABT version. see https://github.com/WebAssembly/wabt/issues/1812
This commit is contained in:
parent
a28d966b94
commit
7f9353833e
@ -63,7 +63,7 @@ class Wat2Wasm {
|
||||
throw new IllegalStateException( "Unknown OS: " + os );
|
||||
}
|
||||
|
||||
URL url = new URL( "https://github.com/WebAssembly/wabt/releases/tag/1.0.26" ); //TODO new URL( "https://github.com/WebAssembly/wabt/releases/latest" );
|
||||
URL url = new URL( "https://github.com/WebAssembly/wabt/releases/latest" );
|
||||
HttpURLConnection conn = (HttpURLConnection)url.openConnection();
|
||||
InputStream input = conn.getInputStream();
|
||||
String data = WasmRule.readStream( input, true );
|
||||
|
Loading…
x
Reference in New Issue
Block a user