@bjoern.bg/hello-wasm
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -83,5 +83,5 @@ import * as wasm from './hello_wasm_bg.wasm'; | ||
export const __wbg_alert_89333ff42f9ee75b = function(arg0, arg1) { | ||
export const __wbg_alert_7ad2017ced749363 = function(arg0, arg1) { | ||
alert(getStringFromWasm(arg0, arg1)); | ||
}; | ||
@@ -7,3 +7,3 @@ { | ||
"description": "A sample project with wasm-pack", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"license": "MIT/Apache-2.0", | ||
@@ -10,0 +10,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
26001