feat: improve help view
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m24s
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m24s
This commit is contained in:
@ -14,6 +14,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "^5.2.10",
|
||||
"vitest": "^1.5.1"
|
||||
"vitest": "^1.5.2"
|
||||
}
|
||||
}
|
||||
|
@ -116,8 +116,8 @@ function createWrapper() {
|
||||
var r1 = getInt32Memory0()[retptr / 4 + 1];
|
||||
deferred1_0 = r0;
|
||||
deferred1_1 = r1;
|
||||
const string = getStringFromWasm0(r0, r1);
|
||||
return JSON.parse(string) as NodeDefinition;
|
||||
const rawDefinition = getStringFromWasm0(r0, r1);
|
||||
return JSON.parse(rawDefinition) as NodeDefinition;
|
||||
} finally {
|
||||
wasm.__wbindgen_add_to_stack_pointer(16);
|
||||
wasm.__wbindgen_free(deferred1_0, deferred1_1, 1);
|
||||
|
Reference in New Issue
Block a user